Struct rusoto_clouddirectory::BatchAttachTypedLink[][src]

pub struct BatchAttachTypedLink {
    pub attributes: Vec<AttributeNameAndValue>,
    pub source_object_reference: ObjectReference,
    pub target_object_reference: ObjectReference,
    pub typed_link_facet: TypedLinkSchemaAndFacetName,
}
Expand description

Attaches a typed link to a specified source and target object inside a BatchRead operation. For more information, see AttachTypedLink and BatchReadRequest$Operations.

Fields

attributes: Vec<AttributeNameAndValue>

A set of attributes that are associated with the typed link.

source_object_reference: ObjectReference

Identifies the source object that the typed link will attach to.

target_object_reference: ObjectReference

Identifies the target object that the typed link will attach to.

typed_link_facet: TypedLinkSchemaAndFacetName

Identifies the typed link facet that is associated with the typed link.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.