pub enum CongestionControl {
None,
}
Expand description
A congestion control algorithm.
Variants§
None
Trait Implementations§
Source§impl Clone for CongestionControl
impl Clone for CongestionControl
Source§fn clone(&self) -> CongestionControl
fn clone(&self) -> CongestionControl
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 CongestionControl
impl Debug for CongestionControl
Source§impl PartialEq for CongestionControl
impl PartialEq for CongestionControl
impl Copy for CongestionControl
impl Eq for CongestionControl
impl StructuralPartialEq for CongestionControl
Auto Trait Implementations§
impl Freeze for CongestionControl
impl RefUnwindSafe for CongestionControl
impl Send for CongestionControl
impl Sync for CongestionControl
impl Unpin for CongestionControl
impl UnwindSafe for CongestionControl
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