pub enum ShutdownKind {
Shutdown,
Reboot,
}Expand description
The kind of shutdown to perform.
Variants§
Auto Trait Implementations§
impl Freeze for ShutdownKind
impl RefUnwindSafe for ShutdownKind
impl Send for ShutdownKind
impl Sync for ShutdownKind
impl Unpin for ShutdownKind
impl UnwindSafe for ShutdownKind
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