Enum ultra_nlp::BehaviorForUnmatched
source · [−]pub enum BehaviorForUnmatched {
Ignore,
KeepAsChars,
KeepAsWords,
}
Variants
Ignore
KeepAsChars
KeepAsWords
Trait Implementations
sourceimpl Clone for BehaviorForUnmatched
impl Clone for BehaviorForUnmatched
sourcefn clone(&self) -> BehaviorForUnmatched
fn clone(&self) -> BehaviorForUnmatched
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for BehaviorForUnmatched
impl Debug for BehaviorForUnmatched
sourceimpl Hash for BehaviorForUnmatched
impl Hash for BehaviorForUnmatched
impl Copy for BehaviorForUnmatched
impl Eq for BehaviorForUnmatched
impl StructuralEq for BehaviorForUnmatched
impl StructuralPartialEq for BehaviorForUnmatched
Auto Trait Implementations
impl RefUnwindSafe for BehaviorForUnmatched
impl Send for BehaviorForUnmatched
impl Sync for BehaviorForUnmatched
impl Unpin for BehaviorForUnmatched
impl UnwindSafe for BehaviorForUnmatched
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more