Enum mongo_driver::MongoErrorDomain [] [src]

pub enum MongoErrorDomain {
    Blank,
    Client,
    Stream,
    Protocol,
    Cursor,
    Query,
    Insert,
    Sasl,
    Bson,
    Matcher,
    Namespace,
    Command,
    Collection,
    Gridfs,
    Scram,
    Unknown,
}

MongoDB error domain.

Variants

Trait Implementations

impl Debug for MongoErrorDomain
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for MongoErrorDomain
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations