pub enum RuleStatus {
Continue,
End,
}Expand description
Whether or not rule parsing should continue.
Variants§
Auto Trait Implementations§
impl Freeze for RuleStatus
impl RefUnwindSafe for RuleStatus
impl Send for RuleStatus
impl Sync for RuleStatus
impl Unpin for RuleStatus
impl UnsafeUnpin for RuleStatus
impl UnwindSafe for RuleStatus
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