pub enum FactoryResetState {
Waiting,
AwaitingPolicy(usize),
StartCountdown,
CancelCountdown,
ExecuteReset,
AwaitingReset,
}
Variants§
Trait Implementations§
Source§impl Clone for FactoryResetState
impl Clone for FactoryResetState
Source§fn clone(&self) -> FactoryResetState
fn clone(&self) -> FactoryResetState
Returns a copy 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 FactoryResetState
impl Debug for FactoryResetState
Source§impl PartialEq for FactoryResetState
impl PartialEq for FactoryResetState
impl Copy for FactoryResetState
impl StructuralPartialEq for FactoryResetState
Auto Trait Implementations§
impl Freeze for FactoryResetState
impl RefUnwindSafe for FactoryResetState
impl Send for FactoryResetState
impl Sync for FactoryResetState
impl Unpin for FactoryResetState
impl UnwindSafe for FactoryResetState
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)