Enum emerald_runtime::power::PowerCommand
source · pub enum PowerCommand {
Shutdown,
Reboot,
}
Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PowerCommand
impl Send for PowerCommand
impl Sync for PowerCommand
impl Unpin for PowerCommand
impl UnwindSafe for PowerCommand
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