Struct rusoto_clouddirectory::AttachTypedLinkResponse[][src]

pub struct AttachTypedLinkResponse {
    pub typed_link_specifier: Option<TypedLinkSpecifier>,
}

Fields

Returns a typed link specifier as output.

Trait Implementations

impl Default for AttachTypedLinkResponse
[src]

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

impl Debug for AttachTypedLinkResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for AttachTypedLinkResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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