pub enum LockType {
SQL_LOCK_NO_CHANGE = 0,
SQL_LOCK_EXCLUSIVE = 1,
SQL_LOCK_UNLOCK = 2,
}Variants§
Trait Implementations§
Source§impl AttrZeroAssert for LockType
impl AttrZeroAssert for LockType
fn assert_zeroed(&self)
Source§impl IntoSQLPOINTER for LockType
impl IntoSQLPOINTER for LockType
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<LockType> for SQLUSMALLINT
impl PartialEq<LockType> for SQLUSMALLINT
impl Copy for LockType
impl Eq for LockType
impl Scalar for LockTypewhere
SQLUSMALLINT: Scalar,
impl StructuralPartialEq for LockType
Auto Trait Implementations§
impl Freeze for LockType
impl RefUnwindSafe for LockType
impl Send for LockType
impl Sync for LockType
impl Unpin for LockType
impl UnwindSafe for LockType
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