pub struct KillSignalDropGuard { /* private fields */ }Expand description
Guard that on drop will send a signal on the associated KillSignal.
Implementations§
Trait Implementations§
Source§impl Debug for KillSignalDropGuard
impl Debug for KillSignalDropGuard
Auto Trait Implementations§
impl !Freeze for KillSignalDropGuard
impl !RefUnwindSafe for KillSignalDropGuard
impl !Send for KillSignalDropGuard
impl !Sync for KillSignalDropGuard
impl Unpin for KillSignalDropGuard
impl !UnwindSafe for KillSignalDropGuard
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