[−][src]Enum pest_meta::ast::RuleType
pub enum RuleType { Normal, Silent, Atomic, CompoundAtomic, NonAtomic, }
Variants
Trait Implementations
impl Clone for RuleType
[src][+]
impl Copy for RuleType
[src]
impl Debug for RuleType
[src][+]
impl Eq for RuleType
[src]
impl PartialEq<RuleType> for RuleType
[src][+]
impl StructuralEq for RuleType
[src]
impl StructuralPartialEq for RuleType
[src]
Auto Trait Implementations
impl RefUnwindSafe for RuleType
impl Send for RuleType
impl Sync for RuleType
impl Unpin for RuleType
impl UnwindSafe for RuleType
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,