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