Enum below_model::network::IcmpModelFieldId [−][src]
pub enum IcmpModelFieldId {
InMsgsPerSec,
InErrors,
InDestUnreachs,
OutMsgsPerSec,
OutErrors,
OutDestUnreachs,
}
Variants
Trait Implementations
Return iterator for unit variants only.
Return iterator for unit variants as well as nested variants.
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
Mutably borrows from an owned value. Read more