Struct mongodb::coll::options::InsertManyOptions [−][src]
pub struct InsertManyOptions {
pub ordered: Option<bool>,
pub write_concern: Option<WriteConcern>,
}Options for insertMany operations.
Fields
ordered: Option<bool>
write_concern: Option<WriteConcern>
Methods
impl InsertManyOptions[src]
impl InsertManyOptionsTrait Implementations
impl Clone for InsertManyOptions[src]
impl Clone for InsertManyOptionsfn clone(&self) -> InsertManyOptions[src]
fn clone(&self) -> InsertManyOptionsReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for InsertManyOptions[src]
impl Debug for InsertManyOptionsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for InsertManyOptions[src]
impl Default for InsertManyOptionsfn default() -> InsertManyOptions[src]
fn default() -> InsertManyOptionsReturns the "default value" for a type. Read more
impl From<InsertManyOptions> for Document[src]
impl From<InsertManyOptions> for Documentfn from(options: InsertManyOptions) -> Self[src]
fn from(options: InsertManyOptions) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for InsertManyOptions
impl Send for InsertManyOptionsimpl Sync for InsertManyOptions
impl Sync for InsertManyOptions