#[non_exhaustive]pub struct EncryptionAtRestOptions { /* private fields */ }
Expand description
Specifies the Encryption At Rest Options.
Implementations
sourceimpl EncryptionAtRestOptions
impl EncryptionAtRestOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EncryptionAtRestOptions
.
Trait Implementations
sourceimpl Clone for EncryptionAtRestOptions
impl Clone for EncryptionAtRestOptions
sourcefn clone(&self) -> EncryptionAtRestOptions
fn clone(&self) -> EncryptionAtRestOptions
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 Debug for EncryptionAtRestOptions
impl Debug for EncryptionAtRestOptions
sourceimpl PartialEq<EncryptionAtRestOptions> for EncryptionAtRestOptions
impl PartialEq<EncryptionAtRestOptions> for EncryptionAtRestOptions
sourcefn eq(&self, other: &EncryptionAtRestOptions) -> bool
fn eq(&self, other: &EncryptionAtRestOptions) -> bool
impl StructuralPartialEq for EncryptionAtRestOptions
Auto Trait Implementations
impl RefUnwindSafe for EncryptionAtRestOptions
impl Send for EncryptionAtRestOptions
impl Sync for EncryptionAtRestOptions
impl Unpin for EncryptionAtRestOptions
impl UnwindSafe for EncryptionAtRestOptions
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