Struct spacetimedb_vm::expr::IndexScan
source · pub struct IndexScan {
pub table: DbTable,
pub col_id: ColId,
pub lower_bound: Bound<AlgebraicValue>,
pub upper_bound: Bound<AlgebraicValue>,
}Fields§
§table: DbTable§col_id: ColId§lower_bound: Bound<AlgebraicValue>§upper_bound: Bound<AlgebraicValue>Trait Implementations§
source§impl Ord for IndexScan
impl Ord for IndexScan
source§impl PartialEq for IndexScan
impl PartialEq for IndexScan
source§impl PartialOrd for IndexScan
impl PartialOrd for IndexScan
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 IndexScan
impl StructuralEq for IndexScan
impl StructuralPartialEq for IndexScan
Auto Trait Implementations§
impl RefUnwindSafe for IndexScan
impl Send for IndexScan
impl Sync for IndexScan
impl Unpin for IndexScan
impl UnwindSafe for IndexScan
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