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