Struct gearley::grammar::History
[−]
[src]
pub struct History {
// some fields omitted
}pub struct History {
// some fields omitted
}impl Historyimpl Action for Historyfn no_op(&self) -> Selfimpl Binarize for Historyimpl EliminateNulling for Historyfn eliminate_nulling<R>(&self, rule: &R, subset: BinarizedRhsSubset) -> Self where R: GrammarRuleimpl RewriteSequence for Historytype Rewritten = Historyfn top(&self, rhs: Symbol, sep: Option<Symbol>, new_rhs: &[Symbol]) -> Selffn bottom(&self, rhs: Symbol, sep: Option<Symbol>, new_rhs: &[Symbol]) -> Selfimpl Debug for Historyimpl Default for Historyimpl Clone for Historyfn clone(&self) -> Historyfn clone_from(&mut self, source: &Self)