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