pub struct InterruptEvent { /* private fields */ }Available on Unix and crate feature
interruptible only.Implementations§
Auto Trait Implementations§
impl !Freeze for InterruptEvent
impl RefUnwindSafe for InterruptEvent
impl Send for InterruptEvent
impl Sync for InterruptEvent
impl Unpin for InterruptEvent
impl UnwindSafe for InterruptEvent
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