pub struct AlterPlanNode {
pub table_name: String,
}Fields§
§table_name: StringTrait Implementations§
Source§impl Clone for AlterPlanNode
impl Clone for AlterPlanNode
Source§fn clone(&self) -> AlterPlanNode
fn clone(&self) -> AlterPlanNode
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 moreSource§impl Debug for AlterPlanNode
impl Debug for AlterPlanNode
Source§impl PartialEq for AlterPlanNode
impl PartialEq for AlterPlanNode
impl Eq for AlterPlanNode
impl StructuralPartialEq for AlterPlanNode
Auto Trait Implementations§
impl Freeze for AlterPlanNode
impl RefUnwindSafe for AlterPlanNode
impl Send for AlterPlanNode
impl Sync for AlterPlanNode
impl Unpin for AlterPlanNode
impl UnsafeUnpin for AlterPlanNode
impl UnwindSafe for AlterPlanNode
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