[][src]Enum odbc::ffi::EnvironmentAttribute

#[repr(i32)]
pub enum EnvironmentAttribute {
    SQL_ATTR_ODBC_VERSION,
    SQL_ATTR_CONNECTION_POOLING,
    SQL_ATTR_CP_MATCH,
    SQL_ATTR_APPLICATION_KEY,
    SQL_ATTR_OUTPUT_NTS,
}

Governs behaviour of EnvironmentAttribute

Variants

SQL_ATTR_ODBC_VERSION
SQL_ATTR_CONNECTION_POOLING
SQL_ATTR_CP_MATCH
SQL_ATTR_APPLICATION_KEY
SQL_ATTR_OUTPUT_NTS

Trait Implementations

impl Clone for EnvironmentAttribute[src]

impl Debug for EnvironmentAttribute[src]

impl StructuralPartialEq for EnvironmentAttribute[src]

impl Copy for EnvironmentAttribute[src]

impl StructuralEq for EnvironmentAttribute[src]

impl PartialEq<EnvironmentAttribute> for EnvironmentAttribute[src]

impl Eq for EnvironmentAttribute[src]

Auto Trait Implementations

impl Send for EnvironmentAttribute

impl Sync for EnvironmentAttribute

impl Unpin for EnvironmentAttribute

impl UnwindSafe for EnvironmentAttribute

impl RefUnwindSafe for EnvironmentAttribute

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]