pub enum CompletionType {
SQL_COMMIT = 0,
SQL_ROLLBACK = 1,
}Variants§
Trait Implementations§
Source§impl AttrZeroAssert for CompletionType
impl AttrZeroAssert for CompletionType
fn assert_zeroed(&self)
Source§impl Clone for CompletionType
impl Clone for CompletionType
Source§fn clone(&self) -> CompletionType
fn clone(&self) -> CompletionType
Returns a duplicate 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 Ident for CompletionTypewhere
SQLSMALLINT: Ident,
impl Ident for CompletionTypewhere
SQLSMALLINT: Ident,
Source§impl IntoSQLPOINTER for CompletionType
impl IntoSQLPOINTER for CompletionType
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<CompletionType> for SQLSMALLINT
impl PartialEq<CompletionType> for SQLSMALLINT
Source§impl PartialEq<i16> for CompletionType
impl PartialEq<i16> for CompletionType
Source§impl PartialEq for CompletionType
impl PartialEq for CompletionType
Source§impl TryFrom<i16> for CompletionType
impl TryFrom<i16> for CompletionType
impl Copy for CompletionType
impl Eq for CompletionType
impl Scalar for CompletionTypewhere
SQLSMALLINT: Scalar,
impl StructuralPartialEq for CompletionType
Auto Trait Implementations§
impl Freeze for CompletionType
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