Struct rusoto_cloudsearchdomain::SuggestionMatch [] [src]

pub struct SuggestionMatch {
    pub id: Option<String>,
    pub score: Option<i64>,
    pub suggestion: Option<String>,
}

An autocomplete suggestion that matches the query string specified in a SuggestRequest.

Fields

The document ID of the suggested document.

The relevance score of a suggested match.

The string that matches the query string specified in the SuggestRequest.

Trait Implementations

impl Default for SuggestionMatch
[src]

[src]

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

impl Debug for SuggestionMatch
[src]

[src]

Formats the value using the given formatter.

impl Clone for SuggestionMatch
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more