Struct mysql_async::FromRowError [] [src]

pub struct FromRowError(pub Row);

FromRow conversion error.

Trait Implementations

impl Error for FromRowError
[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

impl Display for FromRowError
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for FromRowError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for FromRowError

impl Sync for FromRowError