Struct aws_sdk_s3control::output::GetBucketOutput
source · #[non_exhaustive]pub struct GetBucketOutput { /* private fields */ }Implementations§
source§impl GetBucketOutput
impl GetBucketOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketOutput.
Trait Implementations§
source§impl Clone for GetBucketOutput
impl Clone for GetBucketOutput
source§fn clone(&self) -> GetBucketOutput
fn clone(&self) -> GetBucketOutput
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 Debug for GetBucketOutput
impl Debug for GetBucketOutput
source§impl PartialEq<GetBucketOutput> for GetBucketOutput
impl PartialEq<GetBucketOutput> for GetBucketOutput
source§fn eq(&self, other: &GetBucketOutput) -> bool
fn eq(&self, other: &GetBucketOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.