Struct diesel::result::UnexpectedNullError [] [src]

pub struct UnexpectedNullError;

An unexpected NULL was encountered during deserialization

Trait Implementations

impl Debug for UnexpectedNullError
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UnexpectedNullError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for UnexpectedNullError
[src]

impl Display for UnexpectedNullError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for UnexpectedNullError
[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

Auto Trait Implementations