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

pub struct BulkDeleteResult {
    pub acknowledged: bool,
    pub deleted_count: i32,
    pub write_exception: Option<BulkWriteException>,
}

Results for a bulk delete operation.

Fields

Methods

impl BulkDeleteResult
[src]

Extracts server reply information into a result.

Trait Implementations

impl Clone for BulkDeleteResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more