Struct jpreprocess_core::pos::POSParseError
source · pub struct POSParseError { /* private fields */ }
Trait Implementations§
source§impl Debug for POSParseError
impl Debug for POSParseError
source§impl Display for POSParseError
impl Display for POSParseError
source§impl Error for POSParseError
impl Error for POSParseError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<POSParseError> for JPreprocessError
impl From<POSParseError> for JPreprocessError
source§fn from(source: POSParseError) -> Self
fn from(source: POSParseError) -> Self
Converts to this type from the input type.
source§impl PartialEq for POSParseError
impl PartialEq for POSParseError
source§fn eq(&self, other: &POSParseError) -> bool
fn eq(&self, other: &POSParseError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for POSParseError
impl StructuralPartialEq for POSParseError
Auto Trait Implementations§
impl RefUnwindSafe for POSParseError
impl Send for POSParseError
impl Sync for POSParseError
impl Unpin for POSParseError
impl UnwindSafe for POSParseError
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