Struct turtle_syntax::parsing::Parser
source · pub struct Parser<L, F> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<L, F> RefUnwindSafe for Parser<L, F>where F: RefUnwindSafe, L: RefUnwindSafe,
impl<L, F> Send for Parser<L, F>where F: Send, L: Send,
impl<L, F> Sync for Parser<L, F>where F: Sync, L: Sync,
impl<L, F> Unpin for Parser<L, F>where F: Unpin, L: Unpin,
impl<L, F> UnwindSafe for Parser<L, F>where F: UnwindSafe, L: UnwindSafe,
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