pub enum EgressStatus {
Compatible,
Supported,
Partial,
IntentionalNonParity,
Experimental,
Unsupported,
}Expand description
Represents the egress implementation status for a feature.
Variants§
Trait Implementations§
Source§impl Clone for EgressStatus
impl Clone for EgressStatus
Source§fn clone(&self) -> EgressStatus
fn clone(&self) -> EgressStatus
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EgressStatus
Source§impl Debug for EgressStatus
impl Debug for EgressStatus
Source§impl Display for EgressStatus
impl Display for EgressStatus
impl Eq for EgressStatus
Source§impl FromStr for EgressStatus
impl FromStr for EgressStatus
Source§impl Hash for EgressStatus
impl Hash for EgressStatus
Source§impl PartialEq for EgressStatus
impl PartialEq for EgressStatus
impl StructuralPartialEq for EgressStatus
Auto Trait Implementations§
impl Freeze for EgressStatus
impl RefUnwindSafe for EgressStatus
impl Send for EgressStatus
impl Sync for EgressStatus
impl Unpin for EgressStatus
impl UnsafeUnpin for EgressStatus
impl UnwindSafe for EgressStatus
Blanket Implementations§
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.