Struct rusoto_clouddirectory::BatchDetachTypedLink[][src]

pub struct BatchDetachTypedLink {
    pub typed_link_specifier: TypedLinkSpecifier,
}

Detaches a typed link from a specified source and target object inside a BatchRead operation. For more information, see DetachTypedLink and BatchReadRequest$Operations.

Fields

Used to accept a typed link specifier as input.

Trait Implementations

impl Default for BatchDetachTypedLink
[src]

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

impl Debug for BatchDetachTypedLink
[src]

Formats the value using the given formatter. Read more

impl Clone for BatchDetachTypedLink
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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