pub struct RecurFunctionGrammar;Expand description
The grammar parser for recusrive functions based on Pest grammar definition.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RecurFunctionGrammar
impl RefUnwindSafe for RecurFunctionGrammar
impl Send for RecurFunctionGrammar
impl Sync for RecurFunctionGrammar
impl Unpin for RecurFunctionGrammar
impl UnwindSafe for RecurFunctionGrammar
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