Enum sozu_lib::router::pattern_trie::RemoveResult   
source · pub enum RemoveResult {
    Ok,
    NotFound,
}Variants§
Trait Implementations§
source§impl Debug for RemoveResult
 
impl Debug for RemoveResult
source§impl PartialEq for RemoveResult
 
impl PartialEq for RemoveResult
source§fn eq(&self, other: &RemoveResult) -> bool
 
fn eq(&self, other: &RemoveResult) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for RemoveResult
impl StructuralEq for RemoveResult
impl StructuralPartialEq for RemoveResult
Auto Trait Implementations§
impl RefUnwindSafe for RemoveResult
impl Send for RemoveResult
impl Sync for RemoveResult
impl Unpin for RemoveResult
impl UnwindSafe for RemoveResult
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.