pub struct Lexicon {}Expand description
Lexicon struct for verb lookup with inflection handling
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Lexicon
impl RefUnwindSafe for Lexicon
impl Send for Lexicon
impl Sync for Lexicon
impl Unpin for Lexicon
impl UnwindSafe for Lexicon
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