pub enum Value {
Show 24 variants
Cat3,
Cat5,
Cat5e,
Cat6,
Cat6a,
Cat7,
Cat7a,
Cat8,
DacActive,
DacPassive,
Mrj21Trunk,
Coaxial,
Mmf,
MmfOm1,
MmfOm2,
MmfOm3,
MmfOm4,
MmfOm5,
Smf,
SmfOs1,
SmfOs2,
Aoc,
Power,
Other,
}Expand description
Variants§
Cat3
Cat5
Cat5e
Cat6
Cat6a
Cat7
Cat7a
Cat8
DacActive
DacPassive
Mrj21Trunk
Coaxial
Mmf
MmfOm1
MmfOm2
MmfOm3
MmfOm4
MmfOm5
Smf
SmfOs1
SmfOs2
Aoc
Power
Other
Trait Implementations§
impl Copy for Value
Source§impl<'de> Deserialize<'de> for Value
impl<'de> Deserialize<'de> for Value
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
impl Eq for Value
Source§impl Ord for Value
impl Ord for Value
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 PartialOrd for Value
impl PartialOrd for Value
impl StructuralPartialEq for Value
Auto Trait Implementations§
impl Freeze for Value
impl RefUnwindSafe for Value
impl Send for Value
impl Sync for Value
impl Unpin for Value
impl UnsafeUnpin for Value
impl UnwindSafe for Value
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