pub enum ParsingStage {
Beggining,
Tags,
Source,
Command,
Parameters,
}Variants§
Auto Trait Implementations§
impl Freeze for ParsingStage
impl RefUnwindSafe for ParsingStage
impl Send for ParsingStage
impl Sync for ParsingStage
impl Unpin for ParsingStage
impl UnsafeUnpin for ParsingStage
impl UnwindSafe for ParsingStage
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