Struct mon::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]

[src]

Extracts server reply information into a result.

[src]

Trait Implementations

impl Clone for DeleteResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DeleteResult
[src]

[src]

Formats the value using the given formatter.