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