Struct mongo_driver::BsoncError [] [src]

pub struct BsoncError { /* fields omitted */ }

Error in the underlying C driver.

Methods

impl BsoncError
[src]

[src]

[src]

Wether the error has content.

[src]

The error's domain.

[src]

The error's code.

[src]

The error's message.

Trait Implementations

impl Debug for BsoncError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for BsoncError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for BsoncError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more

impl From<BsoncError> for MongoError
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for BsoncError

impl Sync for BsoncError