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