Struct spacetimedb::sql::execute::StmtResult
source · pub struct StmtResult {
pub schema: ProductType,
pub rows: Vec<ProductValue>,
}Fields§
§schema: ProductType§rows: Vec<ProductValue>Auto Trait Implementations§
impl RefUnwindSafe for StmtResult
impl Send for StmtResult
impl Sync for StmtResult
impl Unpin for StmtResult
impl UnwindSafe for StmtResult
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