Enum odbc_sys::AsyncConnectionBehavior [−][src]
#[repr(i32)]
pub enum AsyncConnectionBehavior {
On,
Off,
}Variants
SQL_ASYNC_DBC_ENABLE_ON
SQL_ASYNC_DBC_ENABLE_OFF = 0,
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AsyncConnectionBehaviorimpl Send for AsyncConnectionBehaviorimpl Sync for AsyncConnectionBehaviorimpl Unpin for AsyncConnectionBehaviorimpl UnwindSafe for AsyncConnectionBehaviorBlanket Implementations
Mutably borrows from an owned value. Read more