pub enum EthtoolQueueAggField {
Queue,
}
Expand description
Represents the ethtool queue sub-model of the network model.
Variants§
Queue
Trait Implementations§
Source§impl Clone for EthtoolQueueAggField
impl Clone for EthtoolQueueAggField
Source§fn clone(&self) -> EthtoolQueueAggField
fn clone(&self) -> EthtoolQueueAggField
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 EthtoolQueueAggField
impl Debug for EthtoolQueueAggField
Source§impl Display for EthtoolQueueAggField
impl Display for EthtoolQueueAggField
Source§impl FromStr for EthtoolQueueAggField
impl FromStr for EthtoolQueueAggField
Source§impl PartialEq for EthtoolQueueAggField
impl PartialEq for EthtoolQueueAggField
impl StructuralPartialEq for EthtoolQueueAggField
Auto Trait Implementations§
impl Freeze for EthtoolQueueAggField
impl RefUnwindSafe for EthtoolQueueAggField
impl Send for EthtoolQueueAggField
impl Sync for EthtoolQueueAggField
impl Unpin for EthtoolQueueAggField
impl UnwindSafe for EthtoolQueueAggField
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