Enum odbc_sys::HandleType
[−]
[src]
#[repr(i16)]pub enum HandleType { SQL_HANDLE_ENV, SQL_HANDLE_DBC, SQL_HANDLE_STMT, SQL_HANDLE_DESC, }
Represented in C headers as SQLSMALLINT
Variants
SQL_HANDLE_ENVSQL_HANDLE_DBCSQL_HANDLE_STMTSQL_HANDLE_DESC
Trait Implementations
impl Debug for HandleType[src]
impl PartialEq for HandleType[src]
fn eq(&self, __arg_0: &HandleType) -> 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 HandleType[src]
impl Clone for HandleType[src]
fn clone(&self) -> HandleType[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