Struct rusoto_cloudsearch::DeleteSuggesterResponse[][src]

pub struct DeleteSuggesterResponse {
    pub suggester: SuggesterStatus,
}

The result of a DeleteSuggester request. Contains the status of the deleted suggester.

Fields

The status of the suggester being deleted.

Trait Implementations

impl Default for DeleteSuggesterResponse
[src]

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

impl Debug for DeleteSuggesterResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteSuggesterResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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