Enum odbc_sys::CompletionType
source · #[repr(i16)]pub enum CompletionType {
Commit = 0,
Rollback = 1,
}
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 for CompletionType
impl PartialEq 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 ==
.impl Copy for CompletionType
impl Eq for CompletionType
impl StructuralEq for CompletionType
impl StructuralPartialEq for CompletionType
Auto Trait Implementations§
impl RefUnwindSafe for CompletionType
impl Send for CompletionType
impl Sync for CompletionType
impl Unpin for CompletionType
impl UnwindSafe for CompletionType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more