Struct db_traits::errors::DbError [] [src]

pub struct DbError { /* fields omitted */ }

Methods

impl DbError
[src]

[src]

Trait Implementations

impl Debug for DbError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for DbError
[src]

[src]

Formats the value using the given formatter. Read more

impl Fail for DbError
[src]

[src]

Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more

[src]

Returns a reference to the Backtrace carried by this failure, if it carries one. Read more

[src]

Provides context for this failure. Read more

[src]

Wraps this failure in a compatibility wrapper that implements std::error::Error. Read more

impl From<DbErrorKind> for DbError
[src]

[src]

Performs the conversion.

impl From<Context<DbErrorKind>> for DbError
[src]

[src]

Performs the conversion.

impl From<Error> for DbError
[src]

[src]

Performs the conversion.