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