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