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