Struct rusoto_clouddirectory::FacetAttributeReference[][src]

pub struct FacetAttributeReference {
    pub target_attribute_name: String,
    pub target_facet_name: String,
}

The facet attribute reference that specifies the attribute definition that contains the attribute facet name and attribute name.

Fields

The target attribute name that is associated with the facet reference. See Attribute References for more information.

The target facet name that is associated with the facet reference. See Attribute References for more information.

Trait Implementations

impl Default for FacetAttributeReference
[src]

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

impl Debug for FacetAttributeReference
[src]

Formats the value using the given formatter. Read more

impl Clone for FacetAttributeReference
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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