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