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 UnexpectedNullErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for UnexpectedNullError[src]
impl Clone for UnexpectedNullErrorfn clone(&self) -> UnexpectedNullError[src]
fn clone(&self) -> UnexpectedNullErrorReturns 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 UnexpectedNullErrorimpl Display for UnexpectedNullError[src]
impl Display for UnexpectedNullErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl StdError for UnexpectedNullError[src]
impl StdError for UnexpectedNullErrorAuto Trait Implementations
impl Send for UnexpectedNullError
impl Send for UnexpectedNullErrorimpl Sync for UnexpectedNullError
impl Sync for UnexpectedNullError