Struct rusoto_batch::KeyValuePair [] [src]

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

A key-value pair object.

Fields

The name of the key value pair. For environment variables, this is the name of the environment variable.

The value of the key value pair. For environment variables, this is the value of the environment variable.

Trait Implementations

impl Default for KeyValuePair
[src]

[src]

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

impl Debug for KeyValuePair
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for KeyValuePair
[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 KeyValuePair

impl Sync for KeyValuePair