Enum diesel::result::ConnectionError [] [src]

pub enum ConnectionError {
    InvalidCString(NulError),
    BadConnection(String),
}

Variants

Trait Implementations

impl Debug for ConnectionError
[src]

[src]

Formats the value using the given formatter.

impl From<NulError> for ConnectionError
[src]

[src]

Performs the conversion.

impl Display for ConnectionError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for ConnectionError
[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