pub enum IdentityPhase {
Unknown,
Uncommissioned,
Commissioning,
Commissioned,
Stale,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityPhase
impl Clone for IdentityPhase
Source§fn clone(&self) -> IdentityPhase
fn clone(&self) -> IdentityPhase
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 moreSource§impl Debug for IdentityPhase
impl Debug for IdentityPhase
Source§impl<'de> Deserialize<'de> for IdentityPhase
impl<'de> Deserialize<'de> for IdentityPhase
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for IdentityPhase
Source§impl PartialEq for IdentityPhase
impl PartialEq for IdentityPhase
Source§impl Serialize for IdentityPhase
impl Serialize for IdentityPhase
impl StructuralPartialEq for IdentityPhase
Auto Trait Implementations§
impl Freeze for IdentityPhase
impl RefUnwindSafe for IdentityPhase
impl Send for IdentityPhase
impl Sync for IdentityPhase
impl Unpin for IdentityPhase
impl UnsafeUnpin for IdentityPhase
impl UnwindSafe for IdentityPhase
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