Struct spacetimedb_vm::expr::QueryCode
source · pub struct QueryCode {
pub table: Table,
pub query: Vec<Query>,
}Fields§
§table: Table§query: Vec<Query>Trait Implementations§
source§impl AuthAccess for QueryCode
impl AuthAccess for QueryCode
source§impl PartialEq for QueryCode
impl PartialEq for QueryCode
impl Eq for QueryCode
impl StructuralPartialEq for QueryCode
Auto Trait Implementations§
impl RefUnwindSafe for QueryCode
impl Send for QueryCode
impl Sync for QueryCode
impl Unpin for QueryCode
impl UnwindSafe for QueryCode
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