Enum spacetimedb_lib::filter::Rhs
source · pub enum Rhs {
Value(AlgebraicValue),
Field(u8),
}Variants§
Value(AlgebraicValue)
Field(u8)
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Rhs
impl Send for Rhs
impl Sync for Rhs
impl Unpin for Rhs
impl UnwindSafe for Rhs
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