pub struct ManagedTransparentDataEncryption {
pub proxy_resource: ProxyResource,
pub properties: Option<ManagedTransparentDataEncryptionProperties>,
}Expand description
A managed database transparent data encryption state.
Fields§
§proxy_resource: ProxyResource§properties: Option<ManagedTransparentDataEncryptionProperties>Properties of a transparent data encryption.
Implementations§
Trait Implementations§
Source§impl Clone for ManagedTransparentDataEncryption
impl Clone for ManagedTransparentDataEncryption
Source§fn clone(&self) -> ManagedTransparentDataEncryption
fn clone(&self) -> ManagedTransparentDataEncryption
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 Default for ManagedTransparentDataEncryption
impl Default for ManagedTransparentDataEncryption
Source§fn default() -> ManagedTransparentDataEncryption
fn default() -> ManagedTransparentDataEncryption
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ManagedTransparentDataEncryption
impl<'de> Deserialize<'de> for ManagedTransparentDataEncryption
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 PartialEq for ManagedTransparentDataEncryption
impl PartialEq for ManagedTransparentDataEncryption
Source§fn eq(&self, other: &ManagedTransparentDataEncryption) -> bool
fn eq(&self, other: &ManagedTransparentDataEncryption) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ManagedTransparentDataEncryption
Auto Trait Implementations§
impl Freeze for ManagedTransparentDataEncryption
impl RefUnwindSafe for ManagedTransparentDataEncryption
impl Send for ManagedTransparentDataEncryption
impl Sync for ManagedTransparentDataEncryption
impl Unpin for ManagedTransparentDataEncryption
impl UnwindSafe for ManagedTransparentDataEncryption
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