pub struct GetFieldLevelEncryptionResult {
pub e_tag: Option<String>,
pub field_level_encryption: Option<FieldLevelEncryption>,
}
Fields§
§e_tag: Option<String>
The current version of the field level encryption configuration. For example: E2QWRUHAPOMQZL
.
field_level_encryption: Option<FieldLevelEncryption>
Return the field-level encryption configuration information.
Trait Implementations§
Source§impl Clone for GetFieldLevelEncryptionResult
impl Clone for GetFieldLevelEncryptionResult
Source§fn clone(&self) -> GetFieldLevelEncryptionResult
fn clone(&self) -> GetFieldLevelEncryptionResult
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 GetFieldLevelEncryptionResult
impl Default for GetFieldLevelEncryptionResult
Source§fn default() -> GetFieldLevelEncryptionResult
fn default() -> GetFieldLevelEncryptionResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetFieldLevelEncryptionResult
impl PartialEq for GetFieldLevelEncryptionResult
Source§fn eq(&self, other: &GetFieldLevelEncryptionResult) -> bool
fn eq(&self, other: &GetFieldLevelEncryptionResult) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetFieldLevelEncryptionResult
Auto Trait Implementations§
impl Freeze for GetFieldLevelEncryptionResult
impl RefUnwindSafe for GetFieldLevelEncryptionResult
impl Send for GetFieldLevelEncryptionResult
impl Sync for GetFieldLevelEncryptionResult
impl Unpin for GetFieldLevelEncryptionResult
impl UnwindSafe for GetFieldLevelEncryptionResult
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