pub enum Scope {
SQL_SCOPE_CURROW = 0,
SQL_SCOPE_TRANSACTION = 1,
SQL_SCOPE_SESSION = 2,
}Variants§
Trait Implementations§
Source§impl AttrZeroAssert for Scope
impl AttrZeroAssert for Scope
fn assert_zeroed(&self)
Source§impl IntoSQLPOINTER for Scope
impl IntoSQLPOINTER for Scope
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<Scope> for SQLSMALLINT
impl PartialEq<Scope> for SQLSMALLINT
impl Copy for Scope
impl Eq for Scope
impl Scalar for Scopewhere
SQLSMALLINT: Scalar,
impl StructuralPartialEq for Scope
Auto Trait Implementations§
impl Freeze for Scope
impl RefUnwindSafe for Scope
impl Send for Scope
impl Sync for Scope
impl Unpin for Scope
impl UnwindSafe for Scope
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