pub enum QinqRole {
Svlan,
Cvlan,
Empty,
Null,
}Expand description
Customer/service VLAN designation (for Q-in-Q/IEEE 802.1ad) * svlan - Service * cvlan - Customer
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for QinqRole
impl<'de> Deserialize<'de> for QinqRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for QinqRole
impl Ord for QinqRole
Source§impl PartialOrd for QinqRole
impl PartialOrd for QinqRole
impl Copy for QinqRole
impl Eq for QinqRole
impl StructuralPartialEq for QinqRole
Auto Trait Implementations§
impl Freeze for QinqRole
impl RefUnwindSafe for QinqRole
impl Send for QinqRole
impl Sync for QinqRole
impl Unpin for QinqRole
impl UnwindSafe for QinqRole
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