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