Struct rusoto_clouddirectory::BatchAddFacetToObject[][src]

pub struct BatchAddFacetToObject {
    pub object_attribute_list: Vec<AttributeKeyAndValue>,
    pub object_reference: ObjectReference,
    pub schema_facet: SchemaFacet,
}

Represents the output of a batch add facet to object operation.

Fields

The attributes to set on the object.

A reference to the object being mutated.

Represents the facet being added to the object.

Trait Implementations

impl Default for BatchAddFacetToObject
[src]

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

impl Debug for BatchAddFacetToObject
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchAddFacetToObject
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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