Struct rusoto_clouddirectory::AttributeKeyAndValue [] [src]

pub struct AttributeKeyAndValue {
    pub key: AttributeKey,
    pub value: TypedAttributeValue,
}

The combination of an attribute key and an attribute value.

Fields

The key of the attribute.

The value of the attribute.

Trait Implementations

impl Default for AttributeKeyAndValue
[src]

[src]

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

impl Debug for AttributeKeyAndValue
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AttributeKeyAndValue
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations