pub struct PutObjectTaggingOutput {
pub version_id: Option<String>,
}Fields§
§version_id: Option<String>The versionId of the object the tag-set was added to.
Trait Implementations§
Source§impl Clone for PutObjectTaggingOutput
impl Clone for PutObjectTaggingOutput
Source§fn clone(&self) -> PutObjectTaggingOutput
fn clone(&self) -> PutObjectTaggingOutput
Returns a duplicate of the value. Read more
1.0.0 · 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 PutObjectTaggingOutput
impl Debug for PutObjectTaggingOutput
Source§impl Default for PutObjectTaggingOutput
impl Default for PutObjectTaggingOutput
Source§fn default() -> PutObjectTaggingOutput
fn default() -> PutObjectTaggingOutput
Returns the “default value” for a type. Read more
Source§impl PartialEq for PutObjectTaggingOutput
impl PartialEq for PutObjectTaggingOutput
impl StructuralPartialEq for PutObjectTaggingOutput
Auto Trait Implementations§
impl Freeze for PutObjectTaggingOutput
impl RefUnwindSafe for PutObjectTaggingOutput
impl Send for PutObjectTaggingOutput
impl Sync for PutObjectTaggingOutput
impl Unpin for PutObjectTaggingOutput
impl UnwindSafe for PutObjectTaggingOutput
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