Enum below_model::network::Icmp6ModelFieldId [−][src]
pub enum Icmp6ModelFieldId {
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.
type Queriable = Icmp6Model
Auto Trait Implementations
impl RefUnwindSafe for Icmp6ModelFieldId
impl Send for Icmp6ModelFieldId
impl Sync for Icmp6ModelFieldId
impl Unpin for Icmp6ModelFieldId
impl UnwindSafe for Icmp6ModelFieldId
Blanket Implementations
Mutably borrows from an owned value. Read more