Struct pest_meta::optimizer::OptimizedRule [−][src]
pub struct OptimizedRule {
pub name: String,
pub ty: RuleType,
pub expr: OptimizedExpr,
}Fields
name: String
ty: RuleType
expr: OptimizedExpr
Trait Implementations
impl Clone for OptimizedRule[src]
impl Clone for OptimizedRulefn clone(&self) -> OptimizedRule[src]
fn clone(&self) -> OptimizedRuleReturns 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 Debug for OptimizedRule[src]
impl Debug for OptimizedRulefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for OptimizedRule[src]
impl Eq for OptimizedRuleimpl PartialEq for OptimizedRule[src]
impl PartialEq for OptimizedRulefn eq(&self, other: &OptimizedRule) -> bool[src]
fn eq(&self, other: &OptimizedRule) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &OptimizedRule) -> bool[src]
fn ne(&self, other: &OptimizedRule) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for OptimizedRule
impl Send for OptimizedRuleimpl Sync for OptimizedRule
impl Sync for OptimizedRule