Enum odbc_sys::EnvironmentAttribute
source · #[repr(i32)]
pub enum EnvironmentAttribute {
OdbcVersion,
ConnectionPooling,
CpMatch,
OutputNts,
}Expand description
Governs behaviour of EnvironmentAttribute
Variants§
Trait Implementations§
source§impl Clone for EnvironmentAttribute
impl Clone for EnvironmentAttribute
source§fn clone(&self) -> EnvironmentAttribute
fn clone(&self) -> EnvironmentAttribute
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more