pub struct Stem(/* private fields */);
Expand description
An instance of a Stemming algorithm
Implementations§
Auto Trait Implementations§
impl Freeze for Stem
impl !RefUnwindSafe for Stem
impl !Send for Stem
impl !Sync for Stem
impl Unpin for Stem
impl UnwindSafe for Stem
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