Struct mongodb::coll::options::CountOptions [] [src]

pub struct CountOptions {
    pub skip: u64,
    pub limit: i64,
    pub hint: Option<String>,
    pub hint_doc: Option<Document>,
    pub max_time_ms: Option<i64>,
    pub read_preference: Option<ReadPreference>,
}

Options for count queries.

Fields

Methods

impl CountOptions
[src]

Trait Implementations

impl Clone for CountOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more