pub enum VlanTypeId {
VlanTagId,
ProviderBridging,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VlanTypeId
impl Clone for VlanTypeId
Source§fn clone(&self) -> VlanTypeId
fn clone(&self) -> VlanTypeId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for VlanTypeId
Source§impl Debug for VlanTypeId
impl Debug for VlanTypeId
Source§impl PartialEq for VlanTypeId
impl PartialEq for VlanTypeId
Source§fn eq(&self, other: &VlanTypeId) -> bool
fn eq(&self, other: &VlanTypeId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VlanTypeId
Auto Trait Implementations§
impl Freeze for VlanTypeId
impl RefUnwindSafe for VlanTypeId
impl Send for VlanTypeId
impl Sync for VlanTypeId
impl Unpin for VlanTypeId
impl UnsafeUnpin for VlanTypeId
impl UnwindSafe for VlanTypeId
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