pub struct AsyncNotification(/* private fields */);Trait Implementations§
Source§impl AsMutSQLPOINTER for AsyncNotification
impl AsMutSQLPOINTER for AsyncNotification
fn as_mut_SQLPOINTER(&mut self) -> SQLPOINTER
Source§impl Attr<SQL_ASYNC_NOTIFICATION> for AsyncNotification
impl Attr<SQL_ASYNC_NOTIFICATION> for AsyncNotification
type DefinedBy = OdbcDefined
Source§impl AttrZeroAssert for AsyncNotification
impl AttrZeroAssert for AsyncNotification
fn assert_zeroed(&self)
Source§impl Clone for AsyncNotification
impl Clone for AsyncNotification
Source§fn clone(&self) -> AsyncNotification
fn clone(&self) -> AsyncNotification
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 AsyncNotification
impl Debug for AsyncNotification
Source§impl Ident for AsyncNotificationwhere
SQLUINTEGER: Ident,
impl Ident for AsyncNotificationwhere
SQLUINTEGER: Ident,
Source§impl IntoSQLPOINTER for AsyncNotification
impl IntoSQLPOINTER for AsyncNotification
fn into_SQLPOINTER(self) -> SQLPOINTER
Source§impl PartialEq<AsyncNotification> for SQLUINTEGER
impl PartialEq<AsyncNotification> for SQLUINTEGER
Source§impl PartialEq<u32> for AsyncNotification
impl PartialEq<u32> for AsyncNotification
Source§impl PartialEq for AsyncNotification
impl PartialEq for AsyncNotification
impl AttrGet<SQL_ASYNC_NOTIFICATION> for AsyncNotification
impl Copy for AsyncNotification
impl Eq for AsyncNotification
impl InfoType<SQL_ASYNC_NOTIFICATION, SQL_OV_ODBC3_80> for AsyncNotification
impl Scalar for AsyncNotificationwhere
SQLUINTEGER: Scalar,
impl StructuralPartialEq for AsyncNotification
Auto Trait Implementations§
impl Freeze for AsyncNotification
impl RefUnwindSafe for AsyncNotification
impl Send for AsyncNotification
impl Sync for AsyncNotification
impl Unpin for AsyncNotification
impl UnwindSafe for AsyncNotification
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