Struct mongo_driver::collection::FindAndModifyOptions [] [src]

pub struct FindAndModifyOptions {
    pub sort: Option<Document>,
    pub new: bool,
    pub fields: Option<Document>,
}

Options to configure a find and modify operation.

Fields

Sort order for the query

If the new version of the document should be returned

The fields to return

Methods

impl FindAndModifyOptions
[src]

[src]

Default options used if none are provided.

Trait Implementations

Auto Trait Implementations