pub struct GrammarParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GrammarParser
impl RefUnwindSafe for GrammarParser
impl Send for GrammarParser
impl Sync for GrammarParser
impl Unpin for GrammarParser
impl UnsafeUnpin for GrammarParser
impl UnwindSafe for GrammarParser
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