pub enum ControlFlag {
None,
UserPresence,
DevicePasscode,
BiometryAny,
BiometryCurrentSet,
}
Variants§
Trait Implementations§
Source§impl Clone for ControlFlag
impl Clone for ControlFlag
Source§fn clone(&self) -> ControlFlag
fn clone(&self) -> ControlFlag
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 ControlFlag
impl Debug for ControlFlag
impl Copy for ControlFlag
Auto Trait Implementations§
impl Freeze for ControlFlag
impl RefUnwindSafe for ControlFlag
impl Send for ControlFlag
impl Sync for ControlFlag
impl Unpin for ControlFlag
impl UnwindSafe for ControlFlag
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