pub enum StopKeywords {
Word(String),
Words(Vec<String>),
}
Variants§
Trait Implementations§
Source§impl Clone for StopKeywords
impl Clone for StopKeywords
Source§fn clone(&self) -> StopKeywords
fn clone(&self) -> StopKeywords
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§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