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 · 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 VlanTypeId
impl Debug for VlanTypeId
Source§impl PartialEq for VlanTypeId
impl PartialEq for VlanTypeId
impl Copy for VlanTypeId
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 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