pub struct FactoryReset;Expand description
Represents the factory reset command. This is a write-only operation.
Implementations§
Source§impl FactoryReset
impl FactoryReset
Trait Implementations§
Source§impl Clone for FactoryReset
impl Clone for FactoryReset
Source§fn clone(&self) -> FactoryReset
fn clone(&self) -> FactoryReset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FactoryReset
impl Debug for FactoryReset
impl Copy for FactoryReset
Auto Trait Implementations§
impl Freeze for FactoryReset
impl RefUnwindSafe for FactoryReset
impl Send for FactoryReset
impl Sync for FactoryReset
impl Unpin for FactoryReset
impl UnwindSafe for FactoryReset
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