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 for BehaviorForUnmatched
impl PartialEq for BehaviorForUnmatched
impl Copy for BehaviorForUnmatched
impl Eq for BehaviorForUnmatched
impl StructuralPartialEq for BehaviorForUnmatched
Auto Trait Implementations§
impl Freeze for BehaviorForUnmatched
impl RefUnwindSafe for BehaviorForUnmatched
impl Send for BehaviorForUnmatched
impl Sync for BehaviorForUnmatched
impl Unpin for BehaviorForUnmatched
impl UnwindSafe for BehaviorForUnmatched
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