pub struct TriviaPreservingParser { /* private fields */ }Expand description
Parser that preserves trivia
Implementations§
Auto Trait Implementations§
impl Freeze for TriviaPreservingParser
impl RefUnwindSafe for TriviaPreservingParser
impl Send for TriviaPreservingParser
impl Sync for TriviaPreservingParser
impl Unpin for TriviaPreservingParser
impl UnsafeUnpin for TriviaPreservingParser
impl UnwindSafe for TriviaPreservingParser
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