Enum spacetimedb_lib::operator::OpMath
source · pub enum OpMath {
Add,
Minus,
Mul,
Div,
}Variants§
Trait Implementations§
source§impl PartialEq for OpMath
impl PartialEq for OpMath
impl Copy for OpMath
impl Eq for OpMath
impl StructuralEq for OpMath
impl StructuralPartialEq for OpMath
Auto Trait Implementations§
impl RefUnwindSafe for OpMath
impl Send for OpMath
impl Sync for OpMath
impl Unpin for OpMath
impl UnwindSafe for OpMath
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