Struct mongodb::coll::results::InsertOneResult [] [src]

pub struct InsertOneResult {
    pub acknowledged: bool,
    pub inserted_id: Option<Bson>,
    pub write_exception: Option<WriteException>,
}

Results for an insertOne operation.

Fields

Methods

impl InsertOneResult
[src]

Extracts server reply information into a result.

Trait Implementations

impl Clone for InsertOneResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more