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