Struct mysql::MySqlError[][src]

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

Fields

Trait Implementations

impl<'a> From<ErrPacket<'a>> for MySqlError
[src]

Performs the conversion.

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. Read more

impl Debug for MySqlError
[src]

Formats the value using the given formatter. Read more

impl Error for MySqlError
[src]

This method is soft-deprecated. Read more

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

impl From<MySqlError> for Error
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for MySqlError

impl Sync for MySqlError