pub enum IdentityQualificationOutcome {
Pass,
FailClosed,
}Variants§
Trait Implementations§
Source§impl Clone for IdentityQualificationOutcome
impl Clone for IdentityQualificationOutcome
Source§fn clone(&self) -> IdentityQualificationOutcome
fn clone(&self) -> IdentityQualificationOutcome
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 IdentityQualificationOutcome
impl Debug for IdentityQualificationOutcome
Source§impl<'de> Deserialize<'de> for IdentityQualificationOutcome
impl<'de> Deserialize<'de> for IdentityQualificationOutcome
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
Source§impl Hash for IdentityQualificationOutcome
impl Hash for IdentityQualificationOutcome
Source§impl PartialEq for IdentityQualificationOutcome
impl PartialEq for IdentityQualificationOutcome
Source§fn eq(&self, other: &IdentityQualificationOutcome) -> bool
fn eq(&self, other: &IdentityQualificationOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for IdentityQualificationOutcome
impl Eq for IdentityQualificationOutcome
impl StructuralPartialEq for IdentityQualificationOutcome
Auto Trait Implementations§
impl Freeze for IdentityQualificationOutcome
impl RefUnwindSafe for IdentityQualificationOutcome
impl Send for IdentityQualificationOutcome
impl Sync for IdentityQualificationOutcome
impl Unpin for IdentityQualificationOutcome
impl UnsafeUnpin for IdentityQualificationOutcome
impl UnwindSafe for IdentityQualificationOutcome
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