pub struct NetworkStop { /* private fields */ }Expand description
Allow to stop the associated and running NetworkRunner.
Most of the time you should never need to use this directly and use boot().
Implementations§
Auto Trait Implementations§
impl Freeze for NetworkStop
impl RefUnwindSafe for NetworkStop
impl Send for NetworkStop
impl Sync for NetworkStop
impl Unpin for NetworkStop
impl UnwindSafe for NetworkStop
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