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 Clone for WasNull
[src]
fn clone(&self) -> WasNull
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for WasNull
[src]
impl Display for WasNull
[src]
fn fmt(&self, fmt: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more