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