Enum odbc_sys::EnvironmentAttribute
source · #[repr(i32)]pub enum EnvironmentAttribute {
OdbcVersion = 200,
ConnectionPooling = 201,
CpMatch = 202,
OutputNts = 10_001,
}
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 for EnvironmentAttribute
impl PartialEq 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 ==
.impl Copy for EnvironmentAttribute
impl Eq for EnvironmentAttribute
impl StructuralEq for EnvironmentAttribute
impl StructuralPartialEq for EnvironmentAttribute
Auto Trait Implementations§
impl RefUnwindSafe for EnvironmentAttribute
impl Send for EnvironmentAttribute
impl Sync for EnvironmentAttribute
impl Unpin for EnvironmentAttribute
impl UnwindSafe for EnvironmentAttribute
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more