Struct mysql::FromRowError[][src]

pub struct FromRowError(pub Row);

FromRow conversion error.

Trait Implementations

impl Debug for FromRowError
[src]

Formats the value using the given formatter. Read more

impl Error for FromRowError
[src]

This method is soft-deprecated. Read more

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

impl Display for FromRowError
[src]

Formats the value using the given formatter. Read more

impl From<FromRowError> for Error
[src]

Performs the conversion.

Auto Trait Implementations