pub struct VarpulisParser;Expand description
Pest-based VPL parser.
The grammar rules are auto-generated from varpulis.pest by the
pest_derive macro. Use parse instead of calling this directly.
Trait Implementations§
Source§impl Debug for VarpulisParser
impl Debug for VarpulisParser
Auto Trait Implementations§
impl Freeze for VarpulisParser
impl RefUnwindSafe for VarpulisParser
impl Send for VarpulisParser
impl Sync for VarpulisParser
impl Unpin for VarpulisParser
impl UnsafeUnpin for VarpulisParser
impl UnwindSafe for VarpulisParser
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