pub struct FieldLevelEncryption {
pub field_level_encryption_config: FieldLevelEncryptionConfig,
pub id: String,
pub last_modified_time: String,
}
Expand description
A complex data type that includes the profile configurations and other options specified for field-level encryption.
Fields§
§field_level_encryption_config: FieldLevelEncryptionConfig
A complex data type that includes the profile configurations specified for field-level encryption.
id: String
The configuration ID for a field-level encryption configuration which includes a set of profiles that specify certain selected data fields to be encrypted by specific public keys.
last_modified_time: String
The last time the field-level encryption configuration was changed.
Trait Implementations§
Source§impl Clone for FieldLevelEncryption
impl Clone for FieldLevelEncryption
Source§fn clone(&self) -> FieldLevelEncryption
fn clone(&self) -> FieldLevelEncryption
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 FieldLevelEncryption
impl Debug for FieldLevelEncryption
Source§impl Default for FieldLevelEncryption
impl Default for FieldLevelEncryption
Source§fn default() -> FieldLevelEncryption
fn default() -> FieldLevelEncryption
Returns the “default value” for a type. Read more
Source§impl PartialEq for FieldLevelEncryption
impl PartialEq for FieldLevelEncryption
impl StructuralPartialEq for FieldLevelEncryption
Auto Trait Implementations§
impl Freeze for FieldLevelEncryption
impl RefUnwindSafe for FieldLevelEncryption
impl Send for FieldLevelEncryption
impl Sync for FieldLevelEncryption
impl Unpin for FieldLevelEncryption
impl UnwindSafe for FieldLevelEncryption
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