pub struct Stemmer { /* private fields */ }
Expand description
Wrapps a usable interface around the actual stemmer implementation
Implementations§
Auto Trait Implementations§
impl Freeze for Stemmer
impl RefUnwindSafe for Stemmer
impl Send for Stemmer
impl Sync for Stemmer
impl Unpin for Stemmer
impl UnwindSafe for Stemmer
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