pub enum OutputRow {
Query(QueryResult),
Call(CallResult),
File(FileResult),
Simple(SimpleResult),
Import(ImportResult),
Importer(ImporterResult),
}Variants§
Query(QueryResult)
Call(CallResult)
File(FileResult)
Simple(SimpleResult)
Import(ImportResult)
Importer(ImporterResult)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OutputRow
impl RefUnwindSafe for OutputRow
impl Send for OutputRow
impl Sync for OutputRow
impl Unpin for OutputRow
impl UnsafeUnpin for OutputRow
impl UnwindSafe for OutputRow
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