Struct sql_ddl::postgres::AlterTable
source · pub struct AlterTable<'a> {
pub table_name: &'a dyn Display,
pub clauses: Vec<AlterTableClause<'a>>,
}
Fields§
§table_name: &'a dyn Display
§clauses: Vec<AlterTableClause<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for AlterTable<'a>
impl<'a> !Send for AlterTable<'a>
impl<'a> !Sync for AlterTable<'a>
impl<'a> Unpin for AlterTable<'a>
impl<'a> !UnwindSafe for AlterTable<'a>
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