pub enum PveNodesNetworkVlanProtocolEnum {
Variant8021ad,
Variant8021q,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PveNodesNetworkVlanProtocolEnum
impl Clone for PveNodesNetworkVlanProtocolEnum
Source§fn clone(&self) -> PveNodesNetworkVlanProtocolEnum
fn clone(&self) -> PveNodesNetworkVlanProtocolEnum
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 moreSource§impl Default for PveNodesNetworkVlanProtocolEnum
impl Default for PveNodesNetworkVlanProtocolEnum
Source§fn default() -> PveNodesNetworkVlanProtocolEnum
fn default() -> PveNodesNetworkVlanProtocolEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PveNodesNetworkVlanProtocolEnum
impl<'de> Deserialize<'de> for PveNodesNetworkVlanProtocolEnum
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 PveNodesNetworkVlanProtocolEnum
impl Ord for PveNodesNetworkVlanProtocolEnum
Source§fn cmp(&self, other: &PveNodesNetworkVlanProtocolEnum) -> Ordering
fn cmp(&self, other: &PveNodesNetworkVlanProtocolEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PveNodesNetworkVlanProtocolEnum
impl PartialEq for PveNodesNetworkVlanProtocolEnum
Source§fn eq(&self, other: &PveNodesNetworkVlanProtocolEnum) -> bool
fn eq(&self, other: &PveNodesNetworkVlanProtocolEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PveNodesNetworkVlanProtocolEnum
impl PartialOrd for PveNodesNetworkVlanProtocolEnum
impl Copy for PveNodesNetworkVlanProtocolEnum
impl Eq for PveNodesNetworkVlanProtocolEnum
impl StructuralPartialEq for PveNodesNetworkVlanProtocolEnum
Auto Trait Implementations§
impl Freeze for PveNodesNetworkVlanProtocolEnum
impl RefUnwindSafe for PveNodesNetworkVlanProtocolEnum
impl Send for PveNodesNetworkVlanProtocolEnum
impl Sync for PveNodesNetworkVlanProtocolEnum
impl Unpin for PveNodesNetworkVlanProtocolEnum
impl UnsafeUnpin for PveNodesNetworkVlanProtocolEnum
impl UnwindSafe for PveNodesNetworkVlanProtocolEnum
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