#[non_exhaustive]pub struct DeleteBucketOwnershipControlsOutput {}
Implementations§
source§impl DeleteBucketOwnershipControlsOutput
impl DeleteBucketOwnershipControlsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBucketOwnershipControlsOutput
.
Trait Implementations§
source§impl Clone for DeleteBucketOwnershipControlsOutput
impl Clone for DeleteBucketOwnershipControlsOutput
source§fn clone(&self) -> DeleteBucketOwnershipControlsOutput
fn clone(&self) -> DeleteBucketOwnershipControlsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DeleteBucketOwnershipControlsOutput> for DeleteBucketOwnershipControlsOutput
impl PartialEq<DeleteBucketOwnershipControlsOutput> for DeleteBucketOwnershipControlsOutput
source§fn eq(&self, other: &DeleteBucketOwnershipControlsOutput) -> bool
fn eq(&self, other: &DeleteBucketOwnershipControlsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.