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

pub struct DeleteResult {
    pub acknowledged: bool,
    pub deleted_count: i32,
    pub write_exception: Option<WriteException>,
}

Results for a deletion operation.

Fields

Methods

impl DeleteResult
[src]

Extracts server reply information into a result.

Trait Implementations

impl Clone for DeleteResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more