Enum below_model::network::IpModelFieldId
source · [−]pub enum IpModelFieldId {
Show 19 variants
ForwardingPktsPerSec,
InReceivesPktsPerSec,
ForwDatagramsPerSec,
InDiscardsPktsPerSec,
InDeliversPktsPerSec,
OutRequestsPerSec,
OutDiscardsPktsPerSec,
OutNoRoutesPktsPerSec,
InMcastPktsPerSec,
OutMcastPktsPerSec,
InBcastPktsPerSec,
OutBcastPktsPerSec,
InOctetsPerSec,
OutOctetsPerSec,
InMcastOctetsPerSec,
OutMcastOctetsPerSec,
InBcastOctetsPerSec,
OutBcastOctetsPerSec,
InNoEctPktsPerSec,
}
Variants
ForwardingPktsPerSec
InReceivesPktsPerSec
ForwDatagramsPerSec
InDiscardsPktsPerSec
InDeliversPktsPerSec
OutRequestsPerSec
OutDiscardsPktsPerSec
OutNoRoutesPktsPerSec
InMcastPktsPerSec
OutMcastPktsPerSec
InBcastPktsPerSec
OutBcastPktsPerSec
InOctetsPerSec
OutOctetsPerSec
InMcastOctetsPerSec
OutMcastOctetsPerSec
InBcastOctetsPerSec
OutBcastOctetsPerSec
InNoEctPktsPerSec
Trait Implementations
sourceimpl Clone for IpModelFieldId
impl Clone for IpModelFieldId
sourcefn clone(&self) -> IpModelFieldId
fn clone(&self) -> IpModelFieldId
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 IpModelFieldId
impl Debug for IpModelFieldId
sourceimpl EnumIter for IpModelFieldId
impl EnumIter for IpModelFieldId
sourcefn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
sourcefn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn all_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants as well as nested variants.
sourceimpl FieldId for IpModelFieldId
impl FieldId for IpModelFieldId
sourceimpl FromStr for IpModelFieldId
impl FromStr for IpModelFieldId
sourceimpl PartialEq<IpModelFieldId> for IpModelFieldId
impl PartialEq<IpModelFieldId> for IpModelFieldId
sourcefn eq(&self, other: &IpModelFieldId) -> bool
fn eq(&self, other: &IpModelFieldId) -> bool
sourceimpl ToString for IpModelFieldId
impl ToString for IpModelFieldId
impl StructuralPartialEq for IpModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for IpModelFieldId
impl Send for IpModelFieldId
impl Sync for IpModelFieldId
impl Unpin for IpModelFieldId
impl UnwindSafe for IpModelFieldId
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