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