pub struct EncryptionNotEnforced { /* private fields */ }Expand description
Message to represent the option where encryption is not enforced. An empty message right now to allow future extensibility.
This type is not used in any activity, and only used as part of another schema.
Trait Implementations§
Source§impl Clone for EncryptionNotEnforced
impl Clone for EncryptionNotEnforced
Source§fn clone(&self) -> EncryptionNotEnforced
fn clone(&self) -> EncryptionNotEnforced
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 EncryptionNotEnforced
impl Debug for EncryptionNotEnforced
Source§impl Default for EncryptionNotEnforced
impl Default for EncryptionNotEnforced
Source§fn default() -> EncryptionNotEnforced
fn default() -> EncryptionNotEnforced
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EncryptionNotEnforced
impl<'de> Deserialize<'de> for EncryptionNotEnforced
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 Serialize for EncryptionNotEnforced
impl Serialize for EncryptionNotEnforced
impl Part for EncryptionNotEnforced
Auto Trait Implementations§
impl Freeze for EncryptionNotEnforced
impl RefUnwindSafe for EncryptionNotEnforced
impl Send for EncryptionNotEnforced
impl Sync for EncryptionNotEnforced
impl Unpin for EncryptionNotEnforced
impl UnwindSafe for EncryptionNotEnforced
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