pub struct WebFeatureOptions {
pub include_bigrams: bool,
pub include_length_bucket: bool,
pub drop_stop_words: bool,
pub drop_numeric_tokens: bool,
pub stem_tokens: bool,
}Fields§
§include_bigrams: bool§include_length_bucket: bool§drop_stop_words: bool§drop_numeric_tokens: bool§stem_tokens: boolTrait Implementations§
Source§impl Clone for WebFeatureOptions
impl Clone for WebFeatureOptions
Source§fn clone(&self) -> WebFeatureOptions
fn clone(&self) -> WebFeatureOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WebFeatureOptions
impl Debug for WebFeatureOptions
Auto Trait Implementations§
impl Freeze for WebFeatureOptions
impl RefUnwindSafe for WebFeatureOptions
impl Send for WebFeatureOptions
impl Sync for WebFeatureOptions
impl Unpin for WebFeatureOptions
impl UnsafeUnpin for WebFeatureOptions
impl UnwindSafe for WebFeatureOptions
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