Struct spacetimedb_vm::expr::QueryExprOpt
source · pub struct QueryExprOpt {
pub source: SourceExprOpt,
/* private fields */
}Fields§
§source: SourceExprOptTrait Implementations§
source§impl Clone for QueryExprOpt
impl Clone for QueryExprOpt
source§fn clone(&self) -> QueryExprOpt
fn clone(&self) -> QueryExprOpt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for QueryExprOpt
impl Debug for QueryExprOpt
source§impl PartialEq for QueryExprOpt
impl PartialEq for QueryExprOpt
source§fn eq(&self, other: &QueryExprOpt) -> bool
fn eq(&self, other: &QueryExprOpt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for QueryExprOpt
impl StructuralPartialEq for QueryExprOpt
Auto Trait Implementations§
impl RefUnwindSafe for QueryExprOpt
impl Send for QueryExprOpt
impl Sync for QueryExprOpt
impl Unpin for QueryExprOpt
impl UnwindSafe for QueryExprOpt
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