Struct rsonpath_lib::query::errors::ParseErrorReport
source · pub struct ParseErrorReport { /* private fields */ }
Implementations
sourceimpl ParseErrorReport
impl ParseErrorReport
pub fn errors(&self) -> impl Iterator<Item = &ParseError>
Trait Implementations
sourceimpl Debug for ParseErrorReport
impl Debug for ParseErrorReport
Auto Trait Implementations
impl RefUnwindSafe for ParseErrorReport
impl Send for ParseErrorReport
impl Sync for ParseErrorReport
impl Unpin for ParseErrorReport
impl UnwindSafe for ParseErrorReport
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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