Struct programinduction::pcfg::AppliedRule [−][src]
pub struct AppliedRule(pub Type, pub usize, pub Vec<AppliedRule>);
Identifies a rule by its location in grammar.rules.
Trait Implementations
impl Debug for AppliedRule[src]
impl Debug for AppliedRulefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for AppliedRule[src]
impl Clone for AppliedRulefn clone(&self) -> AppliedRule[src]
fn clone(&self) -> AppliedRuleReturns 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
impl PartialEq for AppliedRule[src]
impl PartialEq for AppliedRulefn eq(&self, other: &AppliedRule) -> bool[src]
fn eq(&self, other: &AppliedRule) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &AppliedRule) -> bool[src]
fn ne(&self, other: &AppliedRule) -> boolThis method tests for !=.
impl Eq for AppliedRule[src]
impl Eq for AppliedRuleAuto Trait Implementations
impl Send for AppliedRule
impl Send for AppliedRuleimpl Sync for AppliedRule
impl Sync for AppliedRule