pub enum RunResult {
Query(QueryResult),
Mutation(MutationResult),
}Variants§
Query(QueryResult)
Mutation(MutationResult)
Implementations§
Source§impl RunResult
impl RunResult
pub fn to_sdk_json(&self) -> Value
pub fn into_record_batches(self) -> Result<Vec<RecordBatch>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RunResult
impl !RefUnwindSafe for RunResult
impl Send for RunResult
impl Sync for RunResult
impl Unpin for RunResult
impl UnsafeUnpin for RunResult
impl !UnwindSafe for RunResult
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