Struct rusoto_clouddirectory::Facet[][src]

pub struct Facet {
    pub name: Option<String>,
    pub object_type: Option<String>,
}

A structure that contains Name, ARN, Attributes, Rules, and ObjectTypes.

Fields

The name of the Facet.

The object type that is associated with the facet. See CreateFacetRequest$ObjectType for more details.

Trait Implementations

impl Default for Facet
[src]

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

impl Debug for Facet
[src]

Formats the value using the given formatter. Read more

impl Clone for Facet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Facet

impl Sync for Facet