Struct rusoto_clouddirectory::GetDirectoryResponse [] [src]

pub struct GetDirectoryResponse {
    pub directory: Directory,
}

Fields

Metadata about the directory.

Trait Implementations

impl Default for GetDirectoryResponse
[src]

[src]

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

impl Debug for GetDirectoryResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetDirectoryResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations