Enum odbc_sys::AttrOdbcVersion
source · #[repr(i32)]
pub enum AttrOdbcVersion {
Odbc3,
Odbc3_80,
}
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<AttrOdbcVersion> for AttrOdbcVersion
impl PartialEq<AttrOdbcVersion> 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 ==
.