Struct spacetimedb_vm::expr::JoinExpr
source · pub struct JoinExpr {
pub rhs: QueryExpr,
pub col_lhs: FieldName,
pub col_rhs: FieldName,
}Fields§
§rhs: QueryExpr§col_lhs: FieldName§col_rhs: FieldNameImplementations§
Trait Implementations§
source§impl Ord for JoinExpr
impl Ord for JoinExpr
source§impl PartialEq for JoinExpr
impl PartialEq for JoinExpr
source§impl PartialOrd for JoinExpr
impl PartialOrd for JoinExpr
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Eq for JoinExpr
impl StructuralPartialEq for JoinExpr
Auto Trait Implementations§
impl RefUnwindSafe for JoinExpr
impl Send for JoinExpr
impl Sync for JoinExpr
impl Unpin for JoinExpr
impl UnwindSafe for JoinExpr
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