Enum odbc_sys::EnvironmentAttribute
[−]
[src]
#[repr(i32)]pub enum EnvironmentAttribute { SQL_ATTR_ODBC_VERSION, SQL_ATTR_CONNECTION_POOLING, SQL_ATTR_CP_MATCH, SQL_ATTR_APPLICATION_KEY, SQL_ATTR_OUTPUT_NTS, }
Governs behaviour of EnvironmentAttribute
Variants
SQL_ATTR_ODBC_VERSIONSQL_ATTR_CONNECTION_POOLINGSQL_ATTR_CP_MATCHSQL_ATTR_APPLICATION_KEYSQL_ATTR_OUTPUT_NTS
Trait Implementations
impl Debug for EnvironmentAttribute[src]
impl PartialEq for EnvironmentAttribute[src]
fn eq(&self, __arg_0: &EnvironmentAttribute) -> 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 EnvironmentAttribute[src]
impl Clone for EnvironmentAttribute[src]
fn clone(&self) -> EnvironmentAttribute[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