Enum odbc_sys::CompletionType
source · #[repr(i16)]
pub enum CompletionType {
Commit,
Rollback,
}Expand description
Completion types for SQLEndTrans
Variants§
Trait Implementations§
source§impl Clone for CompletionType
impl Clone for CompletionType
source§fn clone(&self) -> CompletionType
fn clone(&self) -> CompletionType
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