Enum below_model::network::IcmpModelFieldId
source · [−]pub enum IcmpModelFieldId {
InMsgsPerSec,
InErrors,
InDestUnreachs,
OutMsgsPerSec,
OutErrors,
OutDestUnreachs,
}
Variants
InMsgsPerSec
InErrors
InDestUnreachs
OutMsgsPerSec
OutErrors
OutDestUnreachs
Trait Implementations
sourceimpl Clone for IcmpModelFieldId
impl Clone for IcmpModelFieldId
sourcefn clone(&self) -> IcmpModelFieldId
fn clone(&self) -> IcmpModelFieldId
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 IcmpModelFieldId
impl Debug for IcmpModelFieldId
sourceimpl EnumIter for IcmpModelFieldId
impl EnumIter for IcmpModelFieldId
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 IcmpModelFieldId
impl FieldId for IcmpModelFieldId
sourceimpl FromStr for IcmpModelFieldId
impl FromStr for IcmpModelFieldId
sourceimpl PartialEq<IcmpModelFieldId> for IcmpModelFieldId
impl PartialEq<IcmpModelFieldId> for IcmpModelFieldId
sourcefn eq(&self, other: &IcmpModelFieldId) -> bool
fn eq(&self, other: &IcmpModelFieldId) -> bool
sourceimpl ToString for IcmpModelFieldId
impl ToString for IcmpModelFieldId
impl StructuralPartialEq for IcmpModelFieldId
Auto Trait Implementations
impl RefUnwindSafe for IcmpModelFieldId
impl Send for IcmpModelFieldId
impl Sync for IcmpModelFieldId
impl Unpin for IcmpModelFieldId
impl UnwindSafe for IcmpModelFieldId
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