[]Enum odbc_iter::odbc_type::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

impl Copy for EnvironmentAttribute

impl Debug for EnvironmentAttribute

impl Eq for EnvironmentAttribute

impl PartialEq<EnvironmentAttribute> for EnvironmentAttribute

impl StructuralEq for EnvironmentAttribute

impl StructuralPartialEq for EnvironmentAttribute

Auto Trait Implementations

Blanket Implementations

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

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

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

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

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

impl<T> ToErrorNoContext<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<E, C> WrapContext<C> for E[src]

type ContextError = ErrorContext<E, C>