Enum odbc_sys::Nullable
[−]
[src]
#[repr(i16)]pub enum Nullable { SQL_NULLABLE_UNKNOWN, SQL_NULLABLE, SQL_NO_NULLS, }
Used by SQLDescribeCol.
Variants
SQL_NULLABLE_UNKNOWNSQL_NULLABLESQL_NO_NULLS
Trait Implementations
impl Debug for Nullable[src]
impl PartialEq for Nullable[src]
fn eq(&self, __arg_0: &Nullable) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for Nullable[src]
impl Clone for Nullable[src]
fn clone(&self) -> Nullable[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