pub struct WithTerminate { /* private fields */ }Expand description
Graceful termination on timeout has been configured.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WithTerminate
impl RefUnwindSafe for WithTerminate
impl Send for WithTerminate
impl Sync for WithTerminate
impl Unpin for WithTerminate
impl UnsafeUnpin for WithTerminate
impl UnwindSafe for WithTerminate
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