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