Struct rusoto_cloudsearchdomain::Hit [] [src]

pub struct Hit {
    pub exprs: Option<HashMap<String, String>>,
    pub fields: Option<HashMap<String, Vec<String>>>,
    pub highlights: Option<HashMap<String, String>>,
    pub id: Option<String>,
}

Information about a document that matches the search request.

Fields

The expressions returned from a document that matches the search request.

The fields returned from a document that matches the search request.

The highlights returned from a document that matches the search request.

The document ID of a document that matches the search request.

Trait Implementations

impl Default for Hit
[src]

[src]

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

impl Debug for Hit
[src]

[src]

Formats the value using the given formatter.

impl Clone for Hit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more