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
impl Clone for AsyncConnectionBehavior[src]
impl Clone for AsyncConnectionBehavior[src]fn clone(&self) -> AsyncConnectionBehavior[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for AsyncConnectionBehavior[src]
impl Copy for AsyncConnectionBehavior[src]impl Default for AsyncConnectionBehavior[src]
impl Default for AsyncConnectionBehavior[src]fn default() -> AsyncConnectionBehavior[src]
impl Eq for AsyncConnectionBehavior[src]
impl Eq for AsyncConnectionBehavior[src]impl StructuralEq for AsyncConnectionBehavior[src]
impl StructuralEq for AsyncConnectionBehavior[src]Auto Trait Implementations
impl RefUnwindSafe for AsyncConnectionBehavior
impl RefUnwindSafe for AsyncConnectionBehaviorimpl Send for AsyncConnectionBehavior
impl Send for AsyncConnectionBehaviorimpl Sync for AsyncConnectionBehavior
impl Sync for AsyncConnectionBehaviorimpl Unpin for AsyncConnectionBehavior
impl Unpin for AsyncConnectionBehaviorimpl UnwindSafe for AsyncConnectionBehavior
impl UnwindSafe for AsyncConnectionBehavior