#[repr(u8)]pub enum AccessControlEntryAuthMode {
Pase = 1,
Case = 2,
Group = 3,
}Variants§
Pase = 1
Passcode authenticated session
Case = 2
Certificate authenticated session
Group = 3
Group authenticated session
Implementations§
Trait Implementations§
Source§impl Clone for AccessControlEntryAuthMode
impl Clone for AccessControlEntryAuthMode
Source§fn clone(&self) -> AccessControlEntryAuthMode
fn clone(&self) -> AccessControlEntryAuthMode
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 AccessControlEntryAuthMode
impl Debug for AccessControlEntryAuthMode
Source§impl<'de> Deserialize<'de> for AccessControlEntryAuthMode
impl<'de> Deserialize<'de> for AccessControlEntryAuthMode
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 From<AccessControlEntryAuthMode> for u8
impl From<AccessControlEntryAuthMode> for u8
Source§fn from(val: AccessControlEntryAuthMode) -> Self
fn from(val: AccessControlEntryAuthMode) -> Self
Converts to this type from the input type.
impl Copy for AccessControlEntryAuthMode
impl Eq for AccessControlEntryAuthMode
impl StructuralPartialEq for AccessControlEntryAuthMode
Auto Trait Implementations§
impl Freeze for AccessControlEntryAuthMode
impl RefUnwindSafe for AccessControlEntryAuthMode
impl Send for AccessControlEntryAuthMode
impl Sync for AccessControlEntryAuthMode
impl Unpin for AccessControlEntryAuthMode
impl UnwindSafe for AccessControlEntryAuthMode
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