Struct rusoto_cloudsearchdomain::Hits [] [src]

pub struct Hits {
    pub cursor: Option<String>,
    pub found: Option<i64>,
    pub hit: Option<Vec<Hit>>,
    pub start: Option<i64>,
}

The collection of documents that match the search request.

Fields

A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.

The total number of documents that match the search request.

A document that matches the search request.

The index of the first matching document.

Trait Implementations

impl Default for Hits
[src]

[src]

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

impl Debug for Hits
[src]

[src]

Formats the value using the given formatter.

impl Clone for Hits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more