Enum below_dump::command::NetworkAggField
source · [−]pub enum NetworkAggField {
Ip,
Ip6,
Icmp,
Icmp6,
}Expand description
Represents the ip and icmp sub-models of the network model.
Variants
Ip
Ip6
Icmp
Icmp6
Trait Implementations
sourceimpl AggField<NetworkModelFieldId> for NetworkAggField
impl AggField<NetworkModelFieldId> for NetworkAggField
sourceimpl Clone for NetworkAggField
impl Clone for NetworkAggField
sourcefn clone(&self) -> NetworkAggField
fn clone(&self) -> NetworkAggField
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 NetworkAggField
impl Debug for NetworkAggField
sourceimpl FromStr for NetworkAggField
impl FromStr for NetworkAggField
sourceimpl PartialEq<NetworkAggField> for NetworkAggField
impl PartialEq<NetworkAggField> for NetworkAggField
sourcefn eq(&self, other: &NetworkAggField) -> bool
fn eq(&self, other: &NetworkAggField) -> bool
sourceimpl ToString for NetworkAggField
impl ToString for NetworkAggField
impl StructuralPartialEq for NetworkAggField
Auto Trait Implementations
impl RefUnwindSafe for NetworkAggField
impl Send for NetworkAggField
impl Sync for NetworkAggField
impl Unpin for NetworkAggField
impl UnwindSafe for NetworkAggField
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