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