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