Enum odbc_sys::AttrOdbcVersion
source · #[repr(i32)]pub enum AttrOdbcVersion {
Odbc3 = 3,
Odbc3_80 = 380,
}
Expand description
ODBC verions
Possible values for OdbcVersion
attribute set with SQLSetEnvAttr
to declare ODBC version
Variants§
Trait Implementations§
source§impl Clone for AttrOdbcVersion
impl Clone for AttrOdbcVersion
source§fn clone(&self) -> AttrOdbcVersion
fn clone(&self) -> AttrOdbcVersion
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 AttrOdbcVersion
impl Debug for AttrOdbcVersion
source§impl From<AttrOdbcVersion> for Pointer
impl From<AttrOdbcVersion> for Pointer
source§fn from(source: AttrOdbcVersion) -> Pointer
fn from(source: AttrOdbcVersion) -> Pointer
Converts to this type from the input type.
source§impl PartialEq for AttrOdbcVersion
impl PartialEq for AttrOdbcVersion
source§fn eq(&self, other: &AttrOdbcVersion) -> bool
fn eq(&self, other: &AttrOdbcVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for AttrOdbcVersion
impl Eq for AttrOdbcVersion
impl StructuralEq for AttrOdbcVersion
impl StructuralPartialEq for AttrOdbcVersion
Auto Trait Implementations§
impl RefUnwindSafe for AttrOdbcVersion
impl Send for AttrOdbcVersion
impl Sync for AttrOdbcVersion
impl Unpin for AttrOdbcVersion
impl UnwindSafe for AttrOdbcVersion
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