pub struct DeleteNode {
pub table_name: String,
pub where_clause: Option<PlanExpression>,
}Expand description
DELETE operation.
Fields§
§table_name: String§where_clause: Option<PlanExpression>Trait Implementations§
Source§impl Clone for DeleteNode
impl Clone for DeleteNode
Source§fn clone(&self) -> DeleteNode
fn clone(&self) -> DeleteNode
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 moreAuto Trait Implementations§
impl Freeze for DeleteNode
impl RefUnwindSafe for DeleteNode
impl Send for DeleteNode
impl Sync for DeleteNode
impl Unpin for DeleteNode
impl UnsafeUnpin for DeleteNode
impl UnwindSafe for DeleteNode
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