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