pub struct WordInfoParser { /* private fields */ }Implementations§
Source§impl WordInfoParser
impl WordInfoParser
pub fn subset(flds: InfoSubset) -> WordInfoParser
pub fn embedded_c_unit_split_length(&self) -> usize
pub fn embedded_b_unit_split_length(&self) -> usize
pub fn embedded_a_unit_split_length(&self) -> usize
pub fn embedded_word_structure_length(&self) -> usize
pub fn embedded_synonym_group_ids_length(&self) -> usize
pub fn parse(self, data: &[u8]) -> SudachiResult<WordInfoRawData>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WordInfoParser
impl RefUnwindSafe for WordInfoParser
impl Send for WordInfoParser
impl Sync for WordInfoParser
impl Unpin for WordInfoParser
impl UnsafeUnpin for WordInfoParser
impl UnwindSafe for WordInfoParser
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
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more