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