pub struct GetObjectTaggingOutput {
pub tag_set: Vec<Tag>,
pub version_id: Option<String>,
}Expand description
S3 GetObjectTaggingOutput.
Fields§
§tag_set: Vec<Tag>§version_id: Option<String>HTTP header: x-amz-version-id.
Trait Implementations§
Source§impl Clone for GetObjectTaggingOutput
impl Clone for GetObjectTaggingOutput
Source§fn clone(&self) -> GetObjectTaggingOutput
fn clone(&self) -> GetObjectTaggingOutput
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 GetObjectTaggingOutput
impl Debug for GetObjectTaggingOutput
Source§impl Default for GetObjectTaggingOutput
impl Default for GetObjectTaggingOutput
Source§fn default() -> GetObjectTaggingOutput
fn default() -> GetObjectTaggingOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetObjectTaggingOutput
impl RefUnwindSafe for GetObjectTaggingOutput
impl Send for GetObjectTaggingOutput
impl Sync for GetObjectTaggingOutput
impl Unpin for GetObjectTaggingOutput
impl UnsafeUnpin for GetObjectTaggingOutput
impl UnwindSafe for GetObjectTaggingOutput
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