pub struct PestParser;
Expand description
Import included grammar (PestParser
class globally for current module).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PestParser
impl RefUnwindSafe for PestParser
impl Send for PestParser
impl Sync for PestParser
impl Unpin for PestParser
impl UnwindSafe for PestParser
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