pub enum CredentialAuthorityState {
Unknown,
SignedOut,
Configured,
}Expand description
Non-secret presentation state for passive auth surfaces.
Variants§
Trait Implementations§
Source§impl Clone for CredentialAuthorityState
impl Clone for CredentialAuthorityState
Source§fn clone(&self) -> CredentialAuthorityState
fn clone(&self) -> CredentialAuthorityState
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 CredentialAuthorityState
Source§impl Debug for CredentialAuthorityState
impl Debug for CredentialAuthorityState
Source§impl<'de> Deserialize<'de> for CredentialAuthorityState
impl<'de> Deserialize<'de> for CredentialAuthorityState
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 CredentialAuthorityState
Source§impl PartialEq for CredentialAuthorityState
impl PartialEq for CredentialAuthorityState
Source§impl Serialize for CredentialAuthorityState
impl Serialize for CredentialAuthorityState
impl StructuralPartialEq for CredentialAuthorityState
Auto Trait Implementations§
impl Freeze for CredentialAuthorityState
impl RefUnwindSafe for CredentialAuthorityState
impl Send for CredentialAuthorityState
impl Sync for CredentialAuthorityState
impl Unpin for CredentialAuthorityState
impl UnsafeUnpin for CredentialAuthorityState
impl UnwindSafe for CredentialAuthorityState
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