Enum odbc_sys::EnvironmentAttribute [] [src]

#[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

Trait Implementations

impl Debug for EnvironmentAttribute
[src]

Formats the value using the given formatter.

impl PartialEq for EnvironmentAttribute
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for EnvironmentAttribute
[src]

impl Clone for EnvironmentAttribute
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EnvironmentAttribute
[src]