pub struct AlterTableDropColumn;Trait Implementations§
Source§impl Rule for AlterTableDropColumn
impl Rule for AlterTableDropColumn
Auto Trait Implementations§
impl Freeze for AlterTableDropColumn
impl RefUnwindSafe for AlterTableDropColumn
impl Send for AlterTableDropColumn
impl Sync for AlterTableDropColumn
impl Unpin for AlterTableDropColumn
impl UnsafeUnpin for AlterTableDropColumn
impl UnwindSafe for AlterTableDropColumn
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