Struct rusoto_s3::Tag [] [src]

pub struct Tag {
    pub key: ObjectKey,
    pub value: Value,
}

Fields

Name of the tag.

Value of the tag.

Trait Implementations

impl Default for Tag
[src]

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

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Tag
[src]

Formats the value using the given formatter.