Enum below_model::network::UdpModelFieldId
source · pub enum UdpModelFieldId {
InDatagramsPktsPerSec,
NoPorts,
InErrors,
OutDatagramsPktsPerSec,
RcvbufErrors,
SndbufErrors,
IgnoredMulti,
}
Variants§
InDatagramsPktsPerSec
NoPorts
InErrors
OutDatagramsPktsPerSec
RcvbufErrors
SndbufErrors
IgnoredMulti
Trait Implementations§
source§impl Clone for UdpModelFieldId
impl Clone for UdpModelFieldId
source§fn clone(&self) -> UdpModelFieldId
fn clone(&self) -> UdpModelFieldId
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 UdpModelFieldId
impl Debug for UdpModelFieldId
source§impl EnumIter for UdpModelFieldId
impl EnumIter for UdpModelFieldId
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 FromStr for UdpModelFieldId
impl FromStr for UdpModelFieldId
source§impl PartialEq<UdpModelFieldId> for UdpModelFieldId
impl PartialEq<UdpModelFieldId> for UdpModelFieldId
source§fn eq(&self, other: &UdpModelFieldId) -> bool
fn eq(&self, other: &UdpModelFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl ToString for UdpModelFieldId
impl ToString for UdpModelFieldId
impl StructuralPartialEq for UdpModelFieldId
Auto Trait Implementations§
impl RefUnwindSafe for UdpModelFieldId
impl Send for UdpModelFieldId
impl Sync for UdpModelFieldId
impl Unpin for UdpModelFieldId
impl UnwindSafe for UdpModelFieldId
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