#[repr(i16)]pub enum SqlCompletionType {
SQL_COMMIT = 0,
SQL_ROLLBACK = 1,
}Expand description
Completion types for SQLEndTrans
Variants§
Trait Implementations§
Source§impl Clone for SqlCompletionType
impl Clone for SqlCompletionType
Source§fn clone(&self) -> SqlCompletionType
fn clone(&self) -> SqlCompletionType
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 SqlCompletionType
impl Debug for SqlCompletionType
Source§impl PartialEq for SqlCompletionType
impl PartialEq for SqlCompletionType
impl Copy for SqlCompletionType
impl Eq for SqlCompletionType
impl StructuralPartialEq for SqlCompletionType
Auto Trait Implementations§
impl Freeze for SqlCompletionType
impl RefUnwindSafe for SqlCompletionType
impl Send for SqlCompletionType
impl Sync for SqlCompletionType
impl Unpin for SqlCompletionType
impl UnwindSafe for SqlCompletionType
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