Enum odbc_sys::Nullable [] [src]

#[repr(i16)]
pub enum Nullable { SQL_NULLABLE_UNKNOWN, SQL_NULLABLE, SQL_NO_NULLS, }

Used by SQLDescribeCol.

Variants

Trait Implementations

impl Debug for Nullable
[src]

Formats the value using the given formatter.

impl PartialEq for Nullable
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Nullable
[src]

impl Clone for Nullable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Nullable
[src]