pub struct AgentDone;Expand description
Marker type for the “an agent finished its frame work” stage.
Auto Trait Implementations§
impl Freeze for AgentDone
impl RefUnwindSafe for AgentDone
impl Send for AgentDone
impl Sync for AgentDone
impl Unpin for AgentDone
impl UnsafeUnpin for AgentDone
impl UnwindSafe for AgentDone
Blanket Implementations§
Source§impl<T> AppLifecycle for Twhere
T: ?Sized,
impl<T> AppLifecycle for Twhere
T: ?Sized,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more