pub struct RawExecuteOperation<E>where
E: QueryEngine,{ /* private fields */ }Expand description
Raw execute operation for mutations.
Implementations§
Source§impl<E> RawExecuteOperation<E>where
E: QueryEngine,
impl<E> RawExecuteOperation<E>where
E: QueryEngine,
Trait Implementations§
Auto Trait Implementations§
impl<E> Freeze for RawExecuteOperation<E>where
E: Freeze,
impl<E> RefUnwindSafe for RawExecuteOperation<E>where
E: RefUnwindSafe,
impl<E> Send for RawExecuteOperation<E>
impl<E> Sync for RawExecuteOperation<E>
impl<E> Unpin for RawExecuteOperation<E>where
E: Unpin,
impl<E> UnwindSafe for RawExecuteOperation<E>where
E: UnwindSafe,
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