pub struct InitContext { /* private fields */ }
Expand description
The shutdown context. It stores information about the signal handler task
Implementations§
Auto Trait Implementations§
impl Freeze for InitContext
impl !RefUnwindSafe for InitContext
impl Send for InitContext
impl Sync for InitContext
impl Unpin for InitContext
impl !UnwindSafe for InitContext
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