Struct jpreprocess_core::pronunciation::mora::Mora
source · pub struct Mora {
pub mora_enum: MoraEnum,
pub is_voiced: bool,
}Fields§
§mora_enum: MoraEnum§is_voiced: boolImplementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Mora
impl<'de> Deserialize<'de> for Mora
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for Mora
impl PartialEq for Mora
impl Eq for Mora
impl StructuralPartialEq for Mora
Auto Trait Implementations§
impl RefUnwindSafe for Mora
impl Send for Mora
impl Sync for Mora
impl Unpin for Mora
impl UnwindSafe for Mora
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