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