Struct rusoto_cloudsearchdomain::Bucket [] [src]

pub struct Bucket {
    pub count: Option<i64>,
    pub value: Option<String>,
}

A container for facet information.

Fields

The number of hits that contain the facet value in the specified facet field.

The facet value being counted.

Trait Implementations

impl Default for Bucket
[src]

[src]

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

impl Debug for Bucket
[src]

[src]

Formats the value using the given formatter.

impl Clone for Bucket
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more