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

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

Options for insertMany operations.

Fields

Methods

impl InsertManyOptions
[src]

[src]

Trait Implementations

impl Clone for InsertManyOptions
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for InsertManyOptions
[src]

[src]

Formats the value using the given formatter.

impl Default for InsertManyOptions
[src]

[src]

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