Enum sozu_lib::router::PathRuleResult
source · pub enum PathRuleResult {
Regex,
Prefix(usize),
Equals,
None,
}
Variants§
Trait Implementations§
source§impl PartialEq for PathRuleResult
impl PartialEq for PathRuleResult
source§fn eq(&self, other: &PathRuleResult) -> bool
fn eq(&self, other: &PathRuleResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for PathRuleResult
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 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.