pub struct GetObjectTaggingOutput {
pub tag_set: TagSet,
pub version_id: Option<ObjectVersionId>,
}Fields§
§tag_set: TagSetContains the tag set.
version_id: Option<ObjectVersionId>The versionId of the object for which you got the tagging information.
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
Source§impl DtoExt for GetObjectTaggingOutput
impl DtoExt for GetObjectTaggingOutput
Source§fn ignore_empty_strings(&mut self)
fn ignore_empty_strings(&mut self)
Modifies all empty string fields from
Some("") to NoneSource§impl PartialEq for GetObjectTaggingOutput
impl PartialEq for GetObjectTaggingOutput
Source§impl Serialize for GetObjectTaggingOutput
impl Serialize for GetObjectTaggingOutput
Source§impl SerializeContent for GetObjectTaggingOutput
impl SerializeContent for GetObjectTaggingOutput
Source§fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
fn serialize_content<W: Write>(&self, s: &mut Serializer<W>) -> SerResult
Serializes the content of the data type Read more
impl StructuralPartialEq for GetObjectTaggingOutput
Auto Trait Implementations§
impl Freeze for GetObjectTaggingOutput
impl RefUnwindSafe for GetObjectTaggingOutput
impl Send for GetObjectTaggingOutput
impl Sync for GetObjectTaggingOutput
impl Unpin 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