Enum spacetimedb_vm::expr::SourceExprOpt
source · pub enum SourceExprOpt {
Value(TyExpr<AlgebraicValue>),
MemTable(TyExpr<MemTable>),
DbTable(TyExpr<DbTable>),
}Variants§
Trait Implementations§
source§impl Clone for SourceExprOpt
impl Clone for SourceExprOpt
source§fn clone(&self) -> SourceExprOpt
fn clone(&self) -> SourceExprOpt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for SourceExprOpt
impl Debug for SourceExprOpt
source§impl Display for SourceExprOpt
impl Display for SourceExprOpt
source§impl PartialEq for SourceExprOpt
impl PartialEq for SourceExprOpt
source§fn eq(&self, other: &SourceExprOpt) -> bool
fn eq(&self, other: &SourceExprOpt) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for SourceExprOpt
impl StructuralPartialEq for SourceExprOpt
Auto Trait Implementations§
impl RefUnwindSafe for SourceExprOpt
impl Send for SourceExprOpt
impl Sync for SourceExprOpt
impl Unpin for SourceExprOpt
impl UnwindSafe for SourceExprOpt
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