Enum js::syntax::ast::op::NumOp[src]
pub enum NumOp {
OpAdd,
OpSub,
OpDiv,
OpMul,
OpMod,
}A numeric operation between 2 values
Variants
OpAdd |
|
OpSub |
|
OpDiv |
|
OpMul |
|
OpMod |
|
pub enum NumOp {
OpAdd,
OpSub,
OpDiv,
OpMul,
OpMod,
}A numeric operation between 2 values
OpAdd |
|
OpSub |
|
OpDiv |
|
OpMul |
|
OpMod |
|
impl Show for NumOpimpl PartialEq for NumOpimpl Clone for NumOpfn clone(&self) -> NumOpfn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).