pub enum ReasonLabel {
AccessControl,
Congestion,
Downsampling,
LowPass,
NoLink,
}Variants§
Trait Implementations§
Source§impl Clone for ReasonLabel
impl Clone for ReasonLabel
Source§fn clone(&self) -> ReasonLabel
fn clone(&self) -> ReasonLabel
Returns a duplicate 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 ReasonLabel
impl Debug for ReasonLabel
Source§impl EncodeLabelValue for ReasonLabel
impl EncodeLabelValue for ReasonLabel
Source§fn encode(&self, encoder: &mut LabelValueEncoder<'_>) -> Result
fn encode(&self, encoder: &mut LabelValueEncoder<'_>) -> Result
Encode oneself into the given encoder.
Source§impl Hash for ReasonLabel
impl Hash for ReasonLabel
Source§impl PartialEq for ReasonLabel
impl PartialEq for ReasonLabel
impl Copy for ReasonLabel
impl Eq for ReasonLabel
impl StructuralPartialEq for ReasonLabel
Auto Trait Implementations§
impl Freeze for ReasonLabel
impl RefUnwindSafe for ReasonLabel
impl Send for ReasonLabel
impl Sync for ReasonLabel
impl Unpin for ReasonLabel
impl UnsafeUnpin for ReasonLabel
impl UnwindSafe for ReasonLabel
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.