pub enum MatchTier {
Strict,
Resilient,
Fuzzy,
}Variants§
Trait Implementations§
Source§impl Ord for MatchTier
impl Ord for MatchTier
Source§impl PartialOrd for MatchTier
impl PartialOrd for MatchTier
impl Copy for MatchTier
impl Eq for MatchTier
impl StructuralPartialEq for MatchTier
Auto Trait Implementations§
impl Freeze for MatchTier
impl RefUnwindSafe for MatchTier
impl Send for MatchTier
impl Sync for MatchTier
impl Unpin for MatchTier
impl UnsafeUnpin for MatchTier
impl UnwindSafe for MatchTier
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