pub struct ShutdownInterruptee;
Trait Implementations§
source§impl Interruptee for ShutdownInterruptee
impl Interruptee for ShutdownInterruptee
fn was_interrupted(&self) -> bool
fn err_if_interrupted(&self) -> Result<(), Interrupted>
Auto Trait Implementations§
impl Freeze for ShutdownInterruptee
impl RefUnwindSafe for ShutdownInterruptee
impl Send for ShutdownInterruptee
impl Sync for ShutdownInterruptee
impl Unpin for ShutdownInterruptee
impl UnwindSafe for ShutdownInterruptee
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