pub enum XStats {
FqCodel(FqCodelXStats),
Htb(HtbXstats),
}
Variants§
FqCodel(FqCodelXStats)
Htb(HtbXstats)
Trait Implementations§
impl StructuralPartialEq for XStats
Auto Trait Implementations§
impl Freeze for XStats
impl RefUnwindSafe for XStats
impl Send for XStats
impl Sync for XStats
impl Unpin for XStats
impl UnwindSafe for XStats
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