pub enum LoopMatchKind {
Exact,
Fuzzy,
}Expand description
How a repetitive output was matched.
Variants§
Trait Implementations§
Source§impl Clone for LoopMatchKind
impl Clone for LoopMatchKind
Source§fn clone(&self) -> LoopMatchKind
fn clone(&self) -> LoopMatchKind
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 LoopMatchKind
impl Debug for LoopMatchKind
impl Eq for LoopMatchKind
Source§impl PartialEq for LoopMatchKind
impl PartialEq for LoopMatchKind
impl StructuralPartialEq for LoopMatchKind
Auto Trait Implementations§
impl Freeze for LoopMatchKind
impl RefUnwindSafe for LoopMatchKind
impl Send for LoopMatchKind
impl Sync for LoopMatchKind
impl Unpin for LoopMatchKind
impl UnsafeUnpin for LoopMatchKind
impl UnwindSafe for LoopMatchKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.