pub enum UserVerificationMethod {
None,
All,
PresenceInternal,
PasscodeInternal,
PasscodeExternal,
FingerprintInternal,
HandprintInternal,
EyeprintInternal,
PatternInternal,
VoiceprintInternal,
LocationInternal,
FaceprintInternal,
}Expand description
User Verification Methods
Variants§
None
None
All
All. MUST NOT APPEAR IN ANY UVM.
PresenceInternal
presence_internal
PasscodeInternal
passcode_internal
PasscodeExternal
passcode_external
FingerprintInternal
fingerprint_internal
HandprintInternal
handprint_internal
EyeprintInternal
eyeprint_internal
PatternInternal
pattern_internal
VoiceprintInternal
voiceprint_internal
LocationInternal
location_internal
FaceprintInternal
faceprint_internal
Trait Implementations§
Source§impl Clone for UserVerificationMethod
impl Clone for UserVerificationMethod
Source§fn clone(&self) -> UserVerificationMethod
fn clone(&self) -> UserVerificationMethod
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 UserVerificationMethod
impl Debug for UserVerificationMethod
Source§impl<'de> Deserialize<'de> for UserVerificationMethod
impl<'de> Deserialize<'de> for UserVerificationMethod
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 PartialEq for UserVerificationMethod
impl PartialEq for UserVerificationMethod
Source§impl Serialize for UserVerificationMethod
impl Serialize for UserVerificationMethod
impl StructuralPartialEq for UserVerificationMethod
Auto Trait Implementations§
impl Freeze for UserVerificationMethod
impl RefUnwindSafe for UserVerificationMethod
impl Send for UserVerificationMethod
impl Sync for UserVerificationMethod
impl Unpin for UserVerificationMethod
impl UnwindSafe for UserVerificationMethod
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