pub struct NoTerminate;Expand description
No graceful termination on timeout.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTerminate
impl RefUnwindSafe for NoTerminate
impl Send for NoTerminate
impl Sync for NoTerminate
impl Unpin for NoTerminate
impl UnsafeUnpin for NoTerminate
impl UnwindSafe for NoTerminate
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