pub struct AlterTablePlan {
pub table: String,
pub action: AlterAction,
}Fields§
§table: String§action: AlterActionTrait Implementations§
Source§impl Clone for AlterTablePlan
impl Clone for AlterTablePlan
Source§fn clone(&self) -> AlterTablePlan
fn clone(&self) -> AlterTablePlan
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AlterTablePlan
impl RefUnwindSafe for AlterTablePlan
impl Send for AlterTablePlan
impl Sync for AlterTablePlan
impl Unpin for AlterTablePlan
impl UnsafeUnpin for AlterTablePlan
impl UnwindSafe for AlterTablePlan
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