Enum odbc_sys::HandleType
source · #[repr(i16)]
pub enum HandleType {
Env,
Dbc,
Stmt,
Desc,
}Expand description
Represented in C headers as SQLSMALLINT
Variants§
Trait Implementations§
source§impl Clone for HandleType
impl Clone for HandleType
source§fn clone(&self) -> HandleType
fn clone(&self) -> HandleType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more