pub enum PlatformReboot {}Expand description
Reboots the platform.
Trait Implementations§
Source§impl Debug for PlatformReboot
impl Debug for PlatformReboot
Auto Trait Implementations§
impl Freeze for PlatformReboot
impl RefUnwindSafe for PlatformReboot
impl Send for PlatformReboot
impl Sync for PlatformReboot
impl Unpin for PlatformReboot
impl UnwindSafe for PlatformReboot
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