Enum below_dump::command::TransportAggField [−][src]
pub enum TransportAggField {
Tcp,
Udp,
Udp6,
}Expand description
Represents the tcp and udp sub-models of the network model.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TransportAggFieldimpl Send for TransportAggFieldimpl Sync for TransportAggFieldimpl Unpin for TransportAggFieldimpl UnwindSafe for TransportAggFieldBlanket Implementations
Mutably borrows from an owned value. Read more
Calls the given closure and return the result. Read more
Calls the given closure on self.