Enum spacetimedb_lib::operator::OpQuery
source · pub enum OpQuery {
Cmp(OpCmp),
Logic(OpLogic),
}Variants§
Trait Implementations§
source§impl Ord for OpQuery
impl Ord for OpQuery
source§impl PartialEq for OpQuery
impl PartialEq for OpQuery
source§impl PartialOrd for OpQuery
impl PartialOrd for OpQuery
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 Copy for OpQuery
impl Eq for OpQuery
impl StructuralEq for OpQuery
impl StructuralPartialEq for OpQuery
Auto Trait Implementations§
impl RefUnwindSafe for OpQuery
impl Send for OpQuery
impl Sync for OpQuery
impl Unpin for OpQuery
impl UnwindSafe for OpQuery
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