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
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more