pub struct SignalHandle { /* private fields */ }Expand description
A handle to the signal handler that can be used to stop it.
Implementations§
Source§impl SignalHandle
impl SignalHandle
Trait Implementations§
Source§impl Debug for SignalHandle
impl Debug for SignalHandle
Auto Trait Implementations§
impl Freeze for SignalHandle
impl RefUnwindSafe for SignalHandle
impl Send for SignalHandle
impl Sync for SignalHandle
impl Unpin for SignalHandle
impl UnwindSafe for SignalHandle
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