pub enum CongestionEventType {
PacketLoss,
Timeout,
ECNMark,
RTTIncrease,
}Expand description
Types of congestion events
Variants§
Trait Implementations§
Source§impl Clone for CongestionEventType
impl Clone for CongestionEventType
Source§fn clone(&self) -> CongestionEventType
fn clone(&self) -> CongestionEventType
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 CongestionEventType
impl Debug for CongestionEventType
Source§impl PartialEq for CongestionEventType
impl PartialEq for CongestionEventType
impl Copy for CongestionEventType
impl Eq for CongestionEventType
impl StructuralPartialEq for CongestionEventType
Auto Trait Implementations§
impl Freeze for CongestionEventType
impl RefUnwindSafe for CongestionEventType
impl Send for CongestionEventType
impl Sync for CongestionEventType
impl Unpin for CongestionEventType
impl UnwindSafe for CongestionEventType
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.