#[repr(i64)]pub enum MemberDecryptionType {
MasterPassword = 0,
KeyConnector = 1,
TrustedDeviceEncryption = 2,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for MemberDecryptionType
impl Clone for MemberDecryptionType
Source§fn clone(&self) -> MemberDecryptionType
fn clone(&self) -> MemberDecryptionType
Returns a copy 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 MemberDecryptionType
impl Debug for MemberDecryptionType
Source§impl Default for MemberDecryptionType
impl Default for MemberDecryptionType
Source§fn default() -> MemberDecryptionType
fn default() -> MemberDecryptionType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MemberDecryptionType
impl<'de> Deserialize<'de> for MemberDecryptionType
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 Display for MemberDecryptionType
impl Display for MemberDecryptionType
Source§impl Hash for MemberDecryptionType
impl Hash for MemberDecryptionType
Source§impl Ord for MemberDecryptionType
impl Ord for MemberDecryptionType
Source§fn cmp(&self, other: &MemberDecryptionType) -> Ordering
fn cmp(&self, other: &MemberDecryptionType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MemberDecryptionType
impl PartialEq for MemberDecryptionType
Source§impl PartialOrd for MemberDecryptionType
impl PartialOrd for MemberDecryptionType
Source§impl Serialize for MemberDecryptionType
impl Serialize for MemberDecryptionType
impl Copy for MemberDecryptionType
impl Eq for MemberDecryptionType
impl StructuralPartialEq for MemberDecryptionType
Auto Trait Implementations§
impl Freeze for MemberDecryptionType
impl RefUnwindSafe for MemberDecryptionType
impl Send for MemberDecryptionType
impl Sync for MemberDecryptionType
impl Unpin for MemberDecryptionType
impl UnwindSafe for MemberDecryptionType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.