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]

[src]

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

impl Debug for BatchDetachTypedLink
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchDetachTypedLink
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations