Struct tantivy_query_grammar::LenientError
source · pub struct LenientError {
pub pos: usize,
pub message: String,
}
Expand description
A recoverable error and the position it happened at
Fields§
§pos: usize
§message: String
Trait Implementations§
source§impl Debug for LenientError
impl Debug for LenientError
source§impl PartialEq for LenientError
impl PartialEq for LenientError
source§fn eq(&self, other: &LenientError) -> bool
fn eq(&self, other: &LenientError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for LenientError
Auto Trait Implementations§
impl Freeze for LenientError
impl RefUnwindSafe for LenientError
impl Send for LenientError
impl Sync for LenientError
impl Unpin for LenientError
impl UnwindSafe for LenientError
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