Struct jpreprocess_jpcommon::Word
source · pub struct Word {
pub moras: Pronunciation,
/* private fields */
}Fields§
§moras: PronunciationImplementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Word
impl Send for Word
impl Sync for Word
impl Unpin for Word
impl UnwindSafe for Word
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