#[repr(u8)]pub enum DatastoreAccessControlEntryAuthMode {
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 DatastoreAccessControlEntryAuthMode
impl Clone for DatastoreAccessControlEntryAuthMode
Source§fn clone(&self) -> DatastoreAccessControlEntryAuthMode
fn clone(&self) -> DatastoreAccessControlEntryAuthMode
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<'de> Deserialize<'de> for DatastoreAccessControlEntryAuthMode
impl<'de> Deserialize<'de> for DatastoreAccessControlEntryAuthMode
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<DatastoreAccessControlEntryAuthMode> for u8
impl From<DatastoreAccessControlEntryAuthMode> for u8
Source§fn from(val: DatastoreAccessControlEntryAuthMode) -> Self
fn from(val: DatastoreAccessControlEntryAuthMode) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DatastoreAccessControlEntryAuthMode
impl PartialEq for DatastoreAccessControlEntryAuthMode
Source§fn eq(&self, other: &DatastoreAccessControlEntryAuthMode) -> bool
fn eq(&self, other: &DatastoreAccessControlEntryAuthMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for DatastoreAccessControlEntryAuthMode
impl Eq for DatastoreAccessControlEntryAuthMode
impl StructuralPartialEq for DatastoreAccessControlEntryAuthMode
Auto Trait Implementations§
impl Freeze for DatastoreAccessControlEntryAuthMode
impl RefUnwindSafe for DatastoreAccessControlEntryAuthMode
impl Send for DatastoreAccessControlEntryAuthMode
impl Sync for DatastoreAccessControlEntryAuthMode
impl Unpin for DatastoreAccessControlEntryAuthMode
impl UnwindSafe for DatastoreAccessControlEntryAuthMode
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