Struct diesel::result::UnexpectedNullError [−][src]
pub struct UnexpectedNullError;
An unexpected NULL
was encountered during deserialization
Trait Implementations
impl Debug for UnexpectedNullError
[src]
impl Debug for UnexpectedNullError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for UnexpectedNullError
[src]
impl Clone for UnexpectedNullError
fn clone(&self) -> UnexpectedNullError
[src]
fn clone(&self) -> UnexpectedNullError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for UnexpectedNullError
[src]
impl Copy for UnexpectedNullError
impl Display for UnexpectedNullError
[src]
impl Display for UnexpectedNullError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl StdError for UnexpectedNullError
[src]
impl StdError for UnexpectedNullError
Auto Trait Implementations
impl Send for UnexpectedNullError
impl Send for UnexpectedNullError
impl Sync for UnexpectedNullError
impl Sync for UnexpectedNullError