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