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