Struct mysql::FromValueError [] [src]

pub struct FromValueError(pub Value);

FromValue conversion error.

Trait Implementations

impl Display for FromValueError
[src]

Formats the value using the given formatter. Read more

impl Debug for FromValueError
[src]

Formats the value using the given formatter.

impl Error for FromValueError
[src]

A short description of the error. Read more

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