pub struct ColdReboot;Expand description
Cold reboot as a reset type.
Trait Implementations§
Source§impl Clone for ColdReboot
impl Clone for ColdReboot
Source§fn clone(&self) -> ColdReboot
fn clone(&self) -> ColdReboot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ColdReboot
Source§impl Debug for ColdReboot
impl Debug for ColdReboot
Auto Trait Implementations§
impl Freeze for ColdReboot
impl RefUnwindSafe for ColdReboot
impl Send for ColdReboot
impl Sync for ColdReboot
impl Unpin for ColdReboot
impl UnsafeUnpin for ColdReboot
impl UnwindSafe for ColdReboot
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