pub enum JPreprocessErrorKind {
Io,
WordNotFoundError,
DictionaryLoadError,
LinderaError,
PronunciationParseError,
PartOfSpeechParseError,
CTypeParseError,
CFormParseError,
AccentRuleParseError,
}
Variants§
Io
WordNotFoundError
DictionaryLoadError
LinderaError
PronunciationParseError
PartOfSpeechParseError
CTypeParseError
CFormParseError
AccentRuleParseError
Implementations§
source§impl JPreprocessErrorKind
impl JPreprocessErrorKind
pub fn with_error<E>(self, source: E) -> JPreprocessError
Trait Implementations§
source§impl Clone for JPreprocessErrorKind
impl Clone for JPreprocessErrorKind
source§fn clone(&self) -> JPreprocessErrorKind
fn clone(&self) -> JPreprocessErrorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for JPreprocessErrorKind
impl Debug for JPreprocessErrorKind
source§impl PartialEq for JPreprocessErrorKind
impl PartialEq for JPreprocessErrorKind
source§fn eq(&self, other: &JPreprocessErrorKind) -> bool
fn eq(&self, other: &JPreprocessErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for JPreprocessErrorKind
impl Eq for JPreprocessErrorKind
impl StructuralEq for JPreprocessErrorKind
impl StructuralPartialEq for JPreprocessErrorKind
Auto Trait Implementations§
impl RefUnwindSafe for JPreprocessErrorKind
impl Send for JPreprocessErrorKind
impl Sync for JPreprocessErrorKind
impl Unpin for JPreprocessErrorKind
impl UnwindSafe for JPreprocessErrorKind
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