Struct mon::coll::options::DistinctOptions [] [src]

pub struct DistinctOptions {
    pub max_time_ms: Option<i64>,
    pub read_preference: Option<ReadPreference>,
}

Options for distinct queries.

Fields

Methods

impl DistinctOptions
[src]

[src]

Trait Implementations

impl Clone for DistinctOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DistinctOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for DistinctOptions
[src]

[src]

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