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