pub struct Unstarted;Expand description
Represents an agent that has been configured but not yet started.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unstarted
impl RefUnwindSafe for Unstarted
impl Send for Unstarted
impl Sync for Unstarted
impl Unpin for Unstarted
impl UnsafeUnpin for Unstarted
impl UnwindSafe for Unstarted
Blanket Implementations§
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