Struct tree_sitter_graph::parse_error::ParseErrorDisplay
source · [−]pub struct ParseErrorDisplay<'tree> { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl<'tree> RefUnwindSafe for ParseErrorDisplay<'tree>
impl<'tree> !Send for ParseErrorDisplay<'tree>
impl<'tree> !Sync for ParseErrorDisplay<'tree>
impl<'tree> Unpin for ParseErrorDisplay<'tree>
impl<'tree> UnwindSafe for ParseErrorDisplay<'tree>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more