pub struct AddColumn {
pub schema_name: String,
pub table_name: String,
pub column: ColumnSnapshot,
}Expand description
Add a new column to an existing table.
Fields§
§schema_name: String§table_name: String§column: ColumnSnapshotImplementations§
Trait Implementations§
impl Eq for AddColumn
impl StructuralPartialEq for AddColumn
Auto Trait Implementations§
impl Freeze for AddColumn
impl RefUnwindSafe for AddColumn
impl Send for AddColumn
impl Sync for AddColumn
impl Unpin for AddColumn
impl UnsafeUnpin for AddColumn
impl UnwindSafe for AddColumn
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