pub enum RebootAction {
Reset,
Shutdown,
}
Variants§
Trait Implementations§
Source§impl Default for RebootAction
impl Default for RebootAction
Source§fn default() -> RebootAction
fn default() -> RebootAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RebootAction
impl RefUnwindSafe for RebootAction
impl Send for RebootAction
impl Sync for RebootAction
impl Unpin for RebootAction
impl UnwindSafe for RebootAction
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