Struct aws_sdk_s3::output::DeleteBucketLifecycleOutput
source · #[non_exhaustive]pub struct DeleteBucketLifecycleOutput {}
Implementations§
source§impl DeleteBucketLifecycleOutput
impl DeleteBucketLifecycleOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteBucketLifecycleOutput
.
Trait Implementations§
source§impl Clone for DeleteBucketLifecycleOutput
impl Clone for DeleteBucketLifecycleOutput
source§fn clone(&self) -> DeleteBucketLifecycleOutput
fn clone(&self) -> DeleteBucketLifecycleOutput
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 more