pub enum TransportAggField {
Tcp,
Udp,
Udp6,
}
Expand description
Represents the tcp and udp sub-models of the network model.
Variants§
Trait Implementations§
Source§impl Clone for TransportAggField
impl Clone for TransportAggField
Source§fn clone(&self) -> TransportAggField
fn clone(&self) -> TransportAggField
Returns a duplicate 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 TransportAggField
impl Debug for TransportAggField
Source§impl Display for TransportAggField
impl Display for TransportAggField
Source§impl FromStr for TransportAggField
impl FromStr for TransportAggField
Source§impl PartialEq for TransportAggField
impl PartialEq for TransportAggField
impl StructuralPartialEq for TransportAggField
Auto Trait Implementations§
impl Freeze for TransportAggField
impl RefUnwindSafe for TransportAggField
impl Send for TransportAggField
impl Sync for TransportAggField
impl Unpin for TransportAggField
impl UnwindSafe for TransportAggField
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