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