Struct rusoto_clouddirectory::ListTypedLinkFacetNamesResponse[][src]

pub struct ListTypedLinkFacetNamesResponse {
    pub facet_names: Option<Vec<String>>,
    pub next_token: Option<String>,
}

Fields

The names of typed link facets that exist within the schema.

The pagination token.

Trait Implementations

impl Default for ListTypedLinkFacetNamesResponse
[src]

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

impl Debug for ListTypedLinkFacetNamesResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListTypedLinkFacetNamesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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