Struct rusoto_cloudsearchdomain::BucketInfo [] [src]

pub struct BucketInfo {
    pub buckets: Option<Vec<Bucket>>,
}

A container for the calculated facet values and counts.

Fields

A list of the calculated facet values and counts.

Trait Implementations

impl Default for BucketInfo
[src]

[src]

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

impl Debug for BucketInfo
[src]

[src]

Formats the value using the given formatter.

impl Clone for BucketInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more