Struct aws_sdk_xray::output::PutEncryptionConfigOutput
source · [−]#[non_exhaustive]pub struct PutEncryptionConfigOutput { /* private fields */ }
Implementations
sourceimpl PutEncryptionConfigOutput
impl PutEncryptionConfigOutput
sourcepub fn encryption_config(&self) -> Option<&EncryptionConfig>
pub fn encryption_config(&self) -> Option<&EncryptionConfig>
The new encryption configuration.
sourceimpl PutEncryptionConfigOutput
impl PutEncryptionConfigOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutEncryptionConfigOutput
.
Trait Implementations
sourceimpl Clone for PutEncryptionConfigOutput
impl Clone for PutEncryptionConfigOutput
sourcefn clone(&self) -> PutEncryptionConfigOutput
fn clone(&self) -> PutEncryptionConfigOutput
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 PutEncryptionConfigOutput
impl Debug for PutEncryptionConfigOutput
sourceimpl PartialEq<PutEncryptionConfigOutput> for PutEncryptionConfigOutput
impl PartialEq<PutEncryptionConfigOutput> for PutEncryptionConfigOutput
sourcefn eq(&self, other: &PutEncryptionConfigOutput) -> bool
fn eq(&self, other: &PutEncryptionConfigOutput) -> bool
impl StructuralPartialEq for PutEncryptionConfigOutput
Auto Trait Implementations
impl RefUnwindSafe for PutEncryptionConfigOutput
impl Send for PutEncryptionConfigOutput
impl Sync for PutEncryptionConfigOutput
impl Unpin for PutEncryptionConfigOutput
impl UnwindSafe for PutEncryptionConfigOutput
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