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