Struct rusoto_s3::MetadataEntry [] [src]

pub struct MetadataEntry {
    pub name: Option<String>,
    pub value: Option<String>,
}

A metadata key-value pair to store with an object.

Fields

Trait Implementations

impl Default for MetadataEntry
[src]

[src]

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

impl Debug for MetadataEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for MetadataEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for MetadataEntry

impl Sync for MetadataEntry