pub struct MorphRule {
pub suffix: &'static str,
pub base_pos: &'static str,
pub relation: &'static str,
}Expand description
Morphological derivation rule from lexicon.
Fields§
§suffix: &'static str§base_pos: &'static str§relation: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for MorphRule
impl RefUnwindSafe for MorphRule
impl Send for MorphRule
impl Sync for MorphRule
impl Unpin for MorphRule
impl UnwindSafe for MorphRule
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