Struct rusoto_emr::KeyValue [] [src]

pub struct KeyValue {
    pub key: Option<String>,
    pub value: Option<String>,
}

A key value pair.

Fields

The unique identifier of a key value pair.

The value part of the identified key.

Trait Implementations

impl Default for KeyValue
[src]

[src]

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

impl Debug for KeyValue
[src]

[src]

Formats the value using the given formatter.

impl Clone for KeyValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more