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