Struct rusoto_s3::GetObjectTaggingOutput [] [src]

pub struct GetObjectTaggingOutput {
    pub tag_set: TagSet,
    pub version_id: Option<ObjectVersionId>,
}

Fields

Trait Implementations

impl Default for GetObjectTaggingOutput
[src]

Returns the "default value" for a type. Read more

impl Clone for GetObjectTaggingOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GetObjectTaggingOutput
[src]

Formats the value using the given formatter.