pub enum BiometricStrength {
Strong,
Weak,
}Expand description
A biometric strength class.
This only has an effect on Android. On other targets, any biometric strength setting will enable all biometric authentication devices. See the Android documentation for more details.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BiometricStrength
impl RefUnwindSafe for BiometricStrength
impl Send for BiometricStrength
impl Sync for BiometricStrength
impl Unpin for BiometricStrength
impl UnsafeUnpin for BiometricStrength
impl UnwindSafe for BiometricStrength
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