pub struct NetworkAutoStop { /* private fields */ }Expand description
Kept for backward compatibility: dropping it does nothing.
The network runs until process exit (an atexit hook stops it and joins the
network thread), or until an explicit stop_network call.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetworkAutoStop
impl RefUnwindSafe for NetworkAutoStop
impl Send for NetworkAutoStop
impl Sync for NetworkAutoStop
impl Unpin for NetworkAutoStop
impl UnwindSafe for NetworkAutoStop
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