Enum sozu_lib::backends::BackendStatus  
source · pub enum BackendStatus {
    Normal,
    Closing,
    Closed,
}Variants§
Trait Implementations§
source§impl Clone for BackendStatus
 
impl Clone for BackendStatus
source§fn clone(&self) -> BackendStatus
 
fn clone(&self) -> BackendStatus
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for BackendStatus
 
impl Debug for BackendStatus
source§impl PartialEq for BackendStatus
 
impl PartialEq for BackendStatus
source§fn eq(&self, other: &BackendStatus) -> bool
 
fn eq(&self, other: &BackendStatus) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Eq for BackendStatus
impl StructuralEq for BackendStatus
impl StructuralPartialEq for BackendStatus
Auto Trait Implementations§
impl RefUnwindSafe for BackendStatus
impl Send for BackendStatus
impl Sync for BackendStatus
impl Unpin for BackendStatus
impl UnwindSafe for BackendStatus
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.