#[repr(u32)]pub enum ArubaQosTrustMode {
Dscp,
QoS,
None,
Unknown(u32),
}Variants§
Trait Implementations§
Source§impl Clone for ArubaQosTrustMode
impl Clone for ArubaQosTrustMode
Source§fn clone(&self) -> ArubaQosTrustMode
fn clone(&self) -> ArubaQosTrustMode
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 ArubaQosTrustMode
impl Debug for ArubaQosTrustMode
Source§impl From<ArubaQosTrustMode> for u32
impl From<ArubaQosTrustMode> for u32
Source§fn from(e: ArubaQosTrustMode) -> Self
fn from(e: ArubaQosTrustMode) -> Self
Converts to this type from the input type.
Source§impl From<u32> for ArubaQosTrustMode
impl From<u32> for ArubaQosTrustMode
Source§impl PartialEq for ArubaQosTrustMode
impl PartialEq for ArubaQosTrustMode
impl Copy for ArubaQosTrustMode
impl Eq for ArubaQosTrustMode
impl StructuralPartialEq for ArubaQosTrustMode
Auto Trait Implementations§
impl Freeze for ArubaQosTrustMode
impl RefUnwindSafe for ArubaQosTrustMode
impl Send for ArubaQosTrustMode
impl Sync for ArubaQosTrustMode
impl Unpin for ArubaQosTrustMode
impl UnwindSafe for ArubaQosTrustMode
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