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

pub struct UpdateOptions {
    pub upsert: Option<bool>,
    pub write_concern: Option<WriteConcern>,
}

Options for update operations.

Fields

Methods

impl UpdateOptions
[src]

Trait Implementations

impl Clone for UpdateOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UpdateOptions
[src]

Formats the value using the given formatter.

impl Default for UpdateOptions
[src]

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