Enum ucglib::ast::BinaryExprType [−][src]
pub enum BinaryExprType {
Add,
Sub,
Mul,
Div,
}Specifies the types of binary operations supported in UCG expression.
Variants
AddSubMulDiv
Trait Implementations
impl Debug for BinaryExprType[src]
impl Debug for BinaryExprTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for BinaryExprType[src]
impl PartialEq for BinaryExprTypefn eq(&self, other: &BinaryExprType) -> bool[src]
fn eq(&self, other: &BinaryExprType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Clone for BinaryExprType[src]
impl Clone for BinaryExprTypefn clone(&self) -> BinaryExprType[src]
fn clone(&self) -> BinaryExprTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
Auto Trait Implementations
impl Send for BinaryExprType
impl Send for BinaryExprTypeimpl Sync for BinaryExprType
impl Sync for BinaryExprType