pub struct DeleteExecutor {
pub statement: DeleteStatement,
pub access_path: SelectAccessPath,
}Fields§
§statement: DeleteStatement§access_path: SelectAccessPathImplementations§
Source§impl DeleteExecutor
impl DeleteExecutor
pub fn new(statement: DeleteStatement, access_path: SelectAccessPath) -> Self
Trait Implementations§
Source§impl Clone for DeleteExecutor
impl Clone for DeleteExecutor
Source§fn clone(&self) -> DeleteExecutor
fn clone(&self) -> DeleteExecutor
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 DeleteExecutor
impl Debug for DeleteExecutor
Source§impl QueryExecutor for DeleteExecutor
impl QueryExecutor for DeleteExecutor
fn execute(&mut self, ctx: &mut ExecutionContext<'_>) -> Result<QueryResult>
Auto Trait Implementations§
impl Freeze for DeleteExecutor
impl RefUnwindSafe for DeleteExecutor
impl Send for DeleteExecutor
impl Sync for DeleteExecutor
impl Unpin for DeleteExecutor
impl UnsafeUnpin for DeleteExecutor
impl UnwindSafe for DeleteExecutor
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