Enum pest_meta::ast::RuleType [−][src]
pub enum RuleType {
Normal,
Silent,
Atomic,
CompoundAtomic,
NonAtomic,
}Variants
NormalSilentAtomicCompoundAtomicNonAtomicTrait Implementations
impl Clone for RuleType[src]
impl Clone for RuleTypefn clone(&self) -> RuleType[src]
fn clone(&self) -> RuleTypeReturns 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 Copy for RuleType[src]
impl Copy for RuleTypeimpl Debug for RuleType[src]
impl Debug for RuleTypefn 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 RuleType[src]
impl Eq for RuleTypeimpl PartialEq for RuleType[src]
impl PartialEq for RuleType