pub enum TcAggField {
Stats,
XStats,
QDisc,
}
Expand description
Represents the fields of the tc model.
Variants§
Trait Implementations§
Source§impl AggField<SingleTcModelFieldId> for TcAggField
impl AggField<SingleTcModelFieldId> for TcAggField
Source§impl Clone for TcAggField
impl Clone for TcAggField
Source§fn clone(&self) -> TcAggField
fn clone(&self) -> TcAggField
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 TcAggField
impl Debug for TcAggField
Source§impl Display for TcAggField
impl Display for TcAggField
Source§impl FromStr for TcAggField
impl FromStr for TcAggField
Source§impl PartialEq for TcAggField
impl PartialEq for TcAggField
impl StructuralPartialEq for TcAggField
Auto Trait Implementations§
impl Freeze for TcAggField
impl RefUnwindSafe for TcAggField
impl Send for TcAggField
impl Sync for TcAggField
impl Unpin for TcAggField
impl UnwindSafe for TcAggField
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