Enum mostinefficientsha::term::TermType
[−]
[src]
pub enum TermType { Symbol(Cell<Option<f64>>), Constant(bool), Xor(RTerm, RTerm), And(RTerm, RTerm), Or(RTerm, RTerm), Not(RTerm), }
Types of Terms.
Variants
Symbol(Cell<Option<f64>>)
Constant(bool)
Xor(RTerm, RTerm)
And(RTerm, RTerm)
Or(RTerm, RTerm)
Not(RTerm)
Trait Implementations
impl Clone for TermType
[src]
fn clone(&self) -> TermType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more