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