pub struct SystemTerminator { /* private fields */ }Expand description
This is a system terminator. This will stop all Arc
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SystemTerminator
impl RefUnwindSafe for SystemTerminator
impl Send for SystemTerminator
impl Sync for SystemTerminator
impl Unpin for SystemTerminator
impl UnwindSafe for SystemTerminator
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