Struct postgres_shared::types::WasNull [−][src]
pub struct WasNull;
An error indicating that a NULL
Postgres value was passed to a FromSql
implementation that does not support NULL
values.
Trait Implementations
impl Debug for WasNull
[src]
impl Debug for WasNull
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 WasNull
[src]
impl Clone for WasNull
fn clone(&self) -> WasNull
[src]
fn clone(&self) -> WasNull
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 WasNull
[src]
impl Copy for WasNull
impl Display for WasNull
[src]
impl Display for WasNull
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for WasNull
[src]
impl Error for WasNull