#[repr(i64)]pub enum PolicyType {
Show 14 variants
TwoFactorAuthentication = 0,
MasterPassword = 1,
PasswordGenerator = 2,
SingleOrg = 3,
RequireSso = 4,
PersonalOwnership = 5,
DisableSend = 6,
SendOptions = 7,
ResetPassword = 8,
MaximumVaultTimeout = 9,
DisablePersonalVaultExport = 10,
ActivateAutofill = 11,
AutomaticAppLogIn = 12,
FreeFamiliesSponsorshipPolicy = 13,
}
Expand description
Variants§
TwoFactorAuthentication = 0
MasterPassword = 1
PasswordGenerator = 2
SingleOrg = 3
RequireSso = 4
PersonalOwnership = 5
DisableSend = 6
SendOptions = 7
ResetPassword = 8
MaximumVaultTimeout = 9
DisablePersonalVaultExport = 10
ActivateAutofill = 11
AutomaticAppLogIn = 12
FreeFamiliesSponsorshipPolicy = 13
Trait Implementations§
Source§impl Clone for PolicyType
impl Clone for PolicyType
Source§fn clone(&self) -> PolicyType
fn clone(&self) -> PolicyType
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 PolicyType
impl Debug for PolicyType
Source§impl Default for PolicyType
impl Default for PolicyType
Source§fn default() -> PolicyType
fn default() -> PolicyType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PolicyType
impl<'de> Deserialize<'de> for PolicyType
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 PolicyType
impl Display for PolicyType
Source§impl Hash for PolicyType
impl Hash for PolicyType
Source§impl Ord for PolicyType
impl Ord for PolicyType
Source§fn cmp(&self, other: &PolicyType) -> Ordering
fn cmp(&self, other: &PolicyType) -> 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 PolicyType
impl PartialEq for PolicyType
Source§impl PartialOrd for PolicyType
impl PartialOrd for PolicyType
Source§impl Serialize for PolicyType
impl Serialize for PolicyType
impl Copy for PolicyType
impl Eq for PolicyType
impl StructuralPartialEq for PolicyType
Auto Trait Implementations§
impl Freeze for PolicyType
impl RefUnwindSafe for PolicyType
impl Send for PolicyType
impl Sync for PolicyType
impl Unpin for PolicyType
impl UnwindSafe for PolicyType
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.