Enum below_model::network::Icmp6ModelFieldId
source · pub enum Icmp6ModelFieldId {
InMsgsPerSec,
InErrors,
InDestUnreachs,
OutMsgsPerSec,
OutErrors,
OutDestUnreachs,
}
Variants§
Trait Implementations§
source§impl Clone for Icmp6ModelFieldId
impl Clone for Icmp6ModelFieldId
source§fn clone(&self) -> Icmp6ModelFieldId
fn clone(&self) -> Icmp6ModelFieldId
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Icmp6ModelFieldId
impl Debug for Icmp6ModelFieldId
source§impl EnumIter for Icmp6ModelFieldId
impl EnumIter for Icmp6ModelFieldId
source§fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
fn unit_variant_iter() -> Box<dyn Iterator<Item = Self>>
Return iterator for unit variants only.
source§fn 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.
source§impl FieldId for Icmp6ModelFieldId
impl FieldId for Icmp6ModelFieldId
type Queriable = Icmp6Model
source§impl FromStr for Icmp6ModelFieldId
impl FromStr for Icmp6ModelFieldId
source§impl PartialEq<Icmp6ModelFieldId> for Icmp6ModelFieldId
impl PartialEq<Icmp6ModelFieldId> for Icmp6ModelFieldId
source§fn eq(&self, other: &Icmp6ModelFieldId) -> bool
fn eq(&self, other: &Icmp6ModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more