Enum ultra_nlp::BehaviorForUnmatched
source · pub enum BehaviorForUnmatched {
Ignore,
KeepAsChars,
KeepAsWords,
}
Variants§
Trait Implementations§
source§impl Clone for BehaviorForUnmatched
impl Clone for BehaviorForUnmatched
source§fn clone(&self) -> BehaviorForUnmatched
fn clone(&self) -> BehaviorForUnmatched
Returns a copy 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 BehaviorForUnmatched
impl Debug for BehaviorForUnmatched
source§impl Hash for BehaviorForUnmatched
impl Hash for BehaviorForUnmatched
source§impl PartialEq<BehaviorForUnmatched> for BehaviorForUnmatched
impl PartialEq<BehaviorForUnmatched> for BehaviorForUnmatched
source§fn eq(&self, other: &BehaviorForUnmatched) -> bool
fn eq(&self, other: &BehaviorForUnmatched) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.