pub struct UnixShutdownSignalWatch;
Expand description
A Unix shutdown watcher that awaits for Unix signals.
SIGQUIT
: graceful upgradeSIGTERM
: graceful terminateSIGINT
: fast shutdown
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnixShutdownSignalWatch
impl RefUnwindSafe for UnixShutdownSignalWatch
impl Send for UnixShutdownSignalWatch
impl Sync for UnixShutdownSignalWatch
impl Unpin for UnixShutdownSignalWatch
impl UnwindSafe for UnixShutdownSignalWatch
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