pub struct ModifyTablePlan {
pub table: Arc<Table>,
pub source: Arc<Plan>,
}Fields§
§table: Arc<Table>§source: Arc<Plan>Auto Trait Implementations§
impl Freeze for ModifyTablePlan
impl RefUnwindSafe for ModifyTablePlan
impl Send for ModifyTablePlan
impl Sync for ModifyTablePlan
impl Unpin for ModifyTablePlan
impl UnsafeUnpin for ModifyTablePlan
impl UnwindSafe for ModifyTablePlan
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