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