Enum odbc_sys::HandleType [−][src]
#[repr(i16)]
pub enum HandleType {
Env,
Dbc,
Stmt,
Desc,
}Expand description
Represented in C headers as SQLSMALLINT
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HandleTypeimpl Send for HandleTypeimpl Sync for HandleTypeimpl Unpin for HandleTypeimpl UnwindSafe for HandleTypeBlanket Implementations
Mutably borrows from an owned value. Read more