Enum odbc_ffi::SqlDriverConnectOption [] [src]

#[repr(u16)]
pub enum SqlDriverConnectOption { SQL_DRIVER_NOPROMPT, SQL_DRIVER_COMPLETE, SQL_DRIVER_PROMPT, SQL_DRIVER_COMPLETE_REQUIRED, }

Options for SQLDriverConnect

Variants

Trait Implementations

impl Debug for SqlDriverConnectOption
[src]

Formats the value using the given formatter.

impl PartialEq for SqlDriverConnectOption
[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 SqlDriverConnectOption
[src]

impl Clone for SqlDriverConnectOption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for SqlDriverConnectOption
[src]