pub enum PathRuleResult {
Regex,
Prefix(usize),
Equals,
None,
}Variants§
Trait Implementations§
impl Eq for PathRuleResult
Source§impl PartialEq for PathRuleResult
impl PartialEq for PathRuleResult
Source§fn eq(&self, other: &PathRuleResult) -> bool
fn eq(&self, other: &PathRuleResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PathRuleResult
Auto Trait Implementations§
impl Freeze for PathRuleResult
impl RefUnwindSafe for PathRuleResult
impl Send for PathRuleResult
impl Sync for PathRuleResult
impl Unpin for PathRuleResult
impl UnsafeUnpin for PathRuleResult
impl UnwindSafe for PathRuleResult
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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<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.