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

pub struct InsertManyOptions {
    pub ordered: bool,
    pub write_concern: Option<WriteConcern>,
}

Options for insertMany operations.

Fields

ordered: bool write_concern: Option<WriteConcern>

Methods

impl InsertManyOptions
[src]

fn new(ordered: bool, write_concern: Option<WriteConcern>) -> InsertManyOptions

Trait Implementations

impl Clone for InsertManyOptions
[src]

fn clone(&self) -> InsertManyOptions

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more