pub enum VlanType {
Mux,
Standard,
Smart,
Super,
}Variants§
Trait Implementations§
impl Copy for VlanType
impl Eq for VlanType
impl StructuralPartialEq for VlanType
Auto Trait Implementations§
impl Freeze for VlanType
impl RefUnwindSafe for VlanType
impl Send for VlanType
impl Sync for VlanType
impl Unpin for VlanType
impl UnsafeUnpin for VlanType
impl UnwindSafe for VlanType
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