Enum spacetimedb_lib::filter::Expr
source · pub enum Expr {
Cmp(Cmp),
Logic(Logic),
Unary(Unary),
}Variants§
Implementations§
source§impl Expr
impl Expr
pub fn from_bytes( typespace: &Typespace, fields: &[ProductTypeElement], bytes: &[u8] ) -> Result<Self, DecodeError>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Expr
impl Send for Expr
impl Sync for Expr
impl Unpin for Expr
impl UnwindSafe for Expr
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