pub enum AllGroupExtPhase {
AllGroup,
Nfa(ActiveStates),
}Expand description
Phase of AllGroupExtension composite validation.
Variants§
AllGroup
Validating the all-group part (base type particles).
Nfa(ActiveStates)
Transitioned to the NFA extension part.
Trait Implementations§
Source§impl Clone for AllGroupExtPhase
impl Clone for AllGroupExtPhase
Source§fn clone(&self) -> AllGroupExtPhase
fn clone(&self) -> AllGroupExtPhase
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AllGroupExtPhase
impl RefUnwindSafe for AllGroupExtPhase
impl Send for AllGroupExtPhase
impl Sync for AllGroupExtPhase
impl Unpin for AllGroupExtPhase
impl UnsafeUnpin for AllGroupExtPhase
impl UnwindSafe for AllGroupExtPhase
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more