Enum pest::Atomicity
[−]
[src]
pub enum Atomicity {
Atomic,
CompoundAtomic,
NonAtomic,
}An enum specifying the current atomicity of a ParserState.
Variants
AtomicCompoundAtomicNonAtomic
Trait Implementations
impl Clone for Atomicity[src]
fn clone(&self) -> Atomicity[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more