Struct mysql::MySqlError [] [src]

pub struct MySqlError {
    pub state: String,
    pub message: String,
    pub code: u16,
}

Fields

Trait Implementations

impl Eq for MySqlError
[src]

impl PartialEq for MySqlError
[src]

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

This method tests for !=.

impl Clone for MySqlError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for MySqlError
[src]

Formats the value using the given formatter.

impl Debug for MySqlError
[src]

Formats the value using the given formatter.

impl Error for MySqlError
[src]

A short description of the error. Read more

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

impl From<ErrPacket> for MySqlError
[src]

Performs the conversion.