[][src]Enum odbc::ffi::OdbcVersion

#[repr(i32)]
pub enum OdbcVersion {
    SQL_OV_ODBC2,
    SQL_OV_ODBC3,
    SQL_OV_ODBC3_80,
}

ODBC verions

Used in conjunction with SQL_ATTR_ODBC_VERSION and SQLSetEnvAttr to declare the ODBC version used by the application.

Variants

SQL_OV_ODBC2
SQL_OV_ODBC3
SQL_OV_ODBC3_80

Trait Implementations

impl Clone for OdbcVersion[src]

impl Debug for OdbcVersion[src]

impl StructuralPartialEq for OdbcVersion[src]

impl Copy for OdbcVersion[src]

impl StructuralEq for OdbcVersion[src]

impl PartialEq<OdbcVersion> for OdbcVersion[src]

impl Eq for OdbcVersion[src]

Auto Trait Implementations

impl Send for OdbcVersion

impl Sync for OdbcVersion

impl Unpin for OdbcVersion

impl UnwindSafe for OdbcVersion

impl RefUnwindSafe for OdbcVersion

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]