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

pub struct AggregateOptions {
    pub allow_disk_use: Option<bool>,
    pub use_cursor: Option<bool>,
    pub batch_size: i32,
    pub max_time_ms: Option<i64>,
    pub read_preference: Option<ReadPreference>,
}

Options for aggregation queries.

Fields

Methods

impl AggregateOptions
[src]

[src]

Trait Implementations

impl Clone for AggregateOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AggregateOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for AggregateOptions
[src]

[src]

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