Struct diesel::types::Nullable [] [src]

pub struct Nullable<T: NativeSqlType>(_);

Trait Implementations

impl<T: SqlOrd + NativeSqlType> SqlOrd for Nullable<T>
[src]

impl<T: NativeSqlType> NativeSqlType for Nullable<T>
[src]

fn oid(&self) -> u32

fn array_oid(&self) -> u32

fn new() -> Self

impl<T: Default + NativeSqlType> Default for Nullable<T>
[src]

fn default() -> Nullable<T>

Returns the "default value" for a type. Read more

impl<T: Copy + NativeSqlType> Copy for Nullable<T>
[src]

impl<T: Clone + NativeSqlType> Clone for Nullable<T>
[src]

fn clone(&self) -> Nullable<T>

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