Struct rusoto_cloudsearchdomain::SuggestModel [] [src]

pub struct SuggestModel {
    pub found: Option<i64>,
    pub query: Option<String>,
    pub suggestions: Option<Vec<SuggestionMatch>>,
}

Container for the suggestion information returned in a SuggestResponse.

Fields

The number of documents that were found to match the query string.

The query string specified in the suggest request.

The documents that match the query string.

Trait Implementations

impl Default for SuggestModel
[src]

[src]

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

impl Debug for SuggestModel
[src]

[src]

Formats the value using the given formatter.

impl Clone for SuggestModel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more