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]

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

impl Debug for AttributeKeyAndValue
[src]

Formats the value using the given formatter. Read more

impl Clone for AttributeKeyAndValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AttributeKeyAndValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations