pub struct DeleteObjectTaggingOutput {
pub version_id: Option<String>,
}Expand description
S3 DeleteObjectTaggingOutput.
Fields§
§version_id: Option<String>HTTP header: x-amz-version-id.
Trait Implementations§
Source§impl Clone for DeleteObjectTaggingOutput
impl Clone for DeleteObjectTaggingOutput
Source§fn clone(&self) -> DeleteObjectTaggingOutput
fn clone(&self) -> DeleteObjectTaggingOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeleteObjectTaggingOutput
impl Debug for DeleteObjectTaggingOutput
Source§impl Default for DeleteObjectTaggingOutput
impl Default for DeleteObjectTaggingOutput
Source§fn default() -> DeleteObjectTaggingOutput
fn default() -> DeleteObjectTaggingOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteObjectTaggingOutput
impl RefUnwindSafe for DeleteObjectTaggingOutput
impl Send for DeleteObjectTaggingOutput
impl Sync for DeleteObjectTaggingOutput
impl Unpin for DeleteObjectTaggingOutput
impl UnsafeUnpin for DeleteObjectTaggingOutput
impl UnwindSafe for DeleteObjectTaggingOutput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more