Struct mongo_driver::InvalidParamsError [] [src]

pub struct InvalidParamsError;

Invalid params error that can be reported by the underlying C driver.

Trait Implementations

impl Debug for InvalidParamsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for InvalidParamsError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InvalidParamsError
[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<InvalidParamsError> for MongoError
[src]

[src]

Performs the conversion.

Auto Trait Implementations