pub struct SQL_CORRELATION_NAME;Trait Implementations§
Source§impl Attr<SQL_CORRELATION_NAME> for CorrelationName
impl Attr<SQL_CORRELATION_NAME> for CorrelationName
type DefinedBy = OdbcDefined
Source§impl Ident for SQL_CORRELATION_NAME
impl Ident for SQL_CORRELATION_NAME
impl AttrGet<SQL_CORRELATION_NAME> for CorrelationName
impl InfoType<SQL_CORRELATION_NAME, SQL_OV_ODBC3> for CorrelationName
Auto Trait Implementations§
impl Freeze for SQL_CORRELATION_NAME
impl RefUnwindSafe for SQL_CORRELATION_NAME
impl Send for SQL_CORRELATION_NAME
impl Sync for SQL_CORRELATION_NAME
impl Unpin for SQL_CORRELATION_NAME
impl UnwindSafe for SQL_CORRELATION_NAME
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