Enum diesel::types::IsNull [] [src]

pub enum IsNull {
    Yes,
    No,
}

Tiny enum to make the return type of ToSql more descriptive

Variants

Yes
No

Trait Implementations

Derived Implementations

impl Eq for IsNull

impl PartialEq for IsNull

fn eq(&self, __arg_0: &IsNull) -> bool

fn ne(&self, __arg_0: &IsNull) -> bool

impl Debug for IsNull

fn fmt(&self, __arg_0: &mut Formatter) -> Result