Struct rusoto_clouddirectory::ObjectAttributeRange[][src]

pub struct ObjectAttributeRange {
    pub attribute_key: Option<AttributeKey>,
    pub range: Option<TypedAttributeValueRange>,
}

A range of attributes.

Fields

The key of the attribute that the attribute range covers.

The range of attribute values being selected.

Trait Implementations

impl Default for ObjectAttributeRange
[src]

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

impl Debug for ObjectAttributeRange
[src]

Formats the value using the given formatter. Read more

impl Clone for ObjectAttributeRange
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ObjectAttributeRange
[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