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 moresource§impl Debug for CompletionType
impl Debug for CompletionType
source§impl PartialEq<CompletionType> for CompletionType
impl PartialEq<CompletionType> for CompletionType
source§fn eq(&self, other: &CompletionType) -> bool
fn eq(&self, other: &CompletionType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.