pub enum StopKeywords {
Word(String),
Words(Vec<String>),
}
Variants§
Trait Implementations§
Source§impl Debug for StopKeywords
impl Debug for StopKeywords
Auto Trait Implementations§
impl Freeze for StopKeywords
impl RefUnwindSafe for StopKeywords
impl Send for StopKeywords
impl Sync for StopKeywords
impl Unpin for StopKeywords
impl UnwindSafe for StopKeywords
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