Enum below_dump::command::IfaceAggField
source · [−]pub enum IfaceAggField {
Rate,
Rx,
Tx,
}Expand description
Represents the iface sub-models of network model.
Variants
Rate
Rx
Tx
Trait Implementations
sourceimpl AggField<SingleNetModelFieldId> for IfaceAggField
impl AggField<SingleNetModelFieldId> for IfaceAggField
sourceimpl Clone for IfaceAggField
impl Clone for IfaceAggField
sourcefn clone(&self) -> IfaceAggField
fn clone(&self) -> IfaceAggField
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IfaceAggField
impl Debug for IfaceAggField
sourceimpl FromStr for IfaceAggField
impl FromStr for IfaceAggField
sourceimpl PartialEq<IfaceAggField> for IfaceAggField
impl PartialEq<IfaceAggField> for IfaceAggField
sourcefn eq(&self, other: &IfaceAggField) -> bool
fn eq(&self, other: &IfaceAggField) -> bool
sourceimpl ToString for IfaceAggField
impl ToString for IfaceAggField
impl StructuralPartialEq for IfaceAggField
Auto Trait Implementations
impl RefUnwindSafe for IfaceAggField
impl Send for IfaceAggField
impl Sync for IfaceAggField
impl Unpin for IfaceAggField
impl UnwindSafe for IfaceAggField
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more