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