Enum sozu_lib::router::pattern_trie::InsertResult   
source · pub enum InsertResult {
    Ok,
    Existing,
    Failed,
}Variants§
Trait Implementations§
source§impl Debug for InsertResult
 
impl Debug for InsertResult
source§impl PartialEq for InsertResult
 
impl PartialEq for InsertResult
source§fn eq(&self, other: &InsertResult) -> bool
 
fn eq(&self, other: &InsertResult) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for InsertResult
impl StructuralEq for InsertResult
impl StructuralPartialEq for InsertResult
Auto Trait Implementations§
impl RefUnwindSafe for InsertResult
impl Send for InsertResult
impl Sync for InsertResult
impl Unpin for InsertResult
impl UnwindSafe for InsertResult
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
 
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
    T: 'a,
§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
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
 
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
 
fn equivalent(&self, key: &K) -> bool
Compare self to 
key and return true if they are equal.