Struct tagua_parser::ast::Addition
[−]
[src]
pub struct Addition { pub a: Term, pub b: Term, }
An addition of two terms.
Fields
a: Term
The left-hand side of the addition.
b: Term
The right-hand side of the addition.
Trait Implementations
impl PartialEq for Addition
[src]
fn eq(&self, __arg_0: &Addition) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Addition) -> bool
This method tests for !=
.