#[non_exhaustive]pub struct CreateFieldLevelEncryptionConfigOutput { /* private fields */ }
Implementations
sourceimpl CreateFieldLevelEncryptionConfigOutput
impl CreateFieldLevelEncryptionConfigOutput
sourcepub fn field_level_encryption(&self) -> Option<&FieldLevelEncryption>
pub fn field_level_encryption(&self) -> Option<&FieldLevelEncryption>
Returned when you create a new field-level encryption configuration.
sourceimpl CreateFieldLevelEncryptionConfigOutput
impl CreateFieldLevelEncryptionConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFieldLevelEncryptionConfigOutput
.
Trait Implementations
sourceimpl Clone for CreateFieldLevelEncryptionConfigOutput
impl Clone for CreateFieldLevelEncryptionConfigOutput
sourcefn clone(&self) -> CreateFieldLevelEncryptionConfigOutput
fn clone(&self) -> CreateFieldLevelEncryptionConfigOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateFieldLevelEncryptionConfigOutput> for CreateFieldLevelEncryptionConfigOutput
impl PartialEq<CreateFieldLevelEncryptionConfigOutput> for CreateFieldLevelEncryptionConfigOutput
sourcefn eq(&self, other: &CreateFieldLevelEncryptionConfigOutput) -> bool
fn eq(&self, other: &CreateFieldLevelEncryptionConfigOutput) -> bool
impl StructuralPartialEq for CreateFieldLevelEncryptionConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateFieldLevelEncryptionConfigOutput
impl Send for CreateFieldLevelEncryptionConfigOutput
impl Sync for CreateFieldLevelEncryptionConfigOutput
impl Unpin for CreateFieldLevelEncryptionConfigOutput
impl UnwindSafe for CreateFieldLevelEncryptionConfigOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more