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 moresource§impl Debug for EnvironmentAttribute
impl Debug for EnvironmentAttribute
source§impl PartialEq<EnvironmentAttribute> for EnvironmentAttribute
impl PartialEq<EnvironmentAttribute> for EnvironmentAttribute
source§fn eq(&self, other: &EnvironmentAttribute) -> bool
fn eq(&self, other: &EnvironmentAttribute) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.