pub struct CableProfile {
pub value: Option<Value>,
pub label: Option<Label>,
}Fields§
§value: Option<Value>single-1c1p- 1C1P *single-1c2p- 1C2P *single-1c4p- 1C4P *single-1c6p- 1C6P *single-1c8p- 1C8P *single-1c12p- 1C12P *single-1c16p- 1C16P *trunk-2c1p- 2C1P trunk *trunk-2c2p- 2C2P trunk *trunk-2c4p- 2C4P trunk *trunk-2c4p-shuffle- 2C4P trunk (shuffle) *trunk-2c6p- 2C6P trunk *trunk-2c8p- 2C8P trunk *trunk-2c12p- 2C12P trunk *trunk-4c1p- 4C1P trunk *trunk-4c2p- 4C2P trunk *trunk-4c4p- 4C4P trunk *trunk-4c4p-shuffle- 4C4P trunk (shuffle) *trunk-4c6p- 4C6P trunk *trunk-4c8p- 4C8P trunk *trunk-8c4p- 8C4P trunk *breakout-1c2p-2c1p- 1C2P:2C1P breakout *breakout-1c4p-4c1p- 1C4P:4C1P breakout *breakout-1c6p-6c1p- 1C6P:6C1P breakout *breakout-2c4p-8c1p-shuffle- 2C4P:8C1P breakout (shuffle)
label: Option<Label>Implementations§
Source§impl CableProfile
impl CableProfile
pub fn new() -> CableProfile
Trait Implementations§
Source§impl Clone for CableProfile
impl Clone for CableProfile
Source§fn clone(&self) -> CableProfile
fn clone(&self) -> CableProfile
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 Debug for CableProfile
impl Debug for CableProfile
Source§impl Default for CableProfile
impl Default for CableProfile
Source§fn default() -> CableProfile
fn default() -> CableProfile
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CableProfile
impl<'de> Deserialize<'de> for CableProfile
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 PartialEq for CableProfile
impl PartialEq for CableProfile
Source§fn eq(&self, other: &CableProfile) -> bool
fn eq(&self, other: &CableProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CableProfile
impl Serialize for CableProfile
impl StructuralPartialEq for CableProfile
Auto Trait Implementations§
impl Freeze for CableProfile
impl RefUnwindSafe for CableProfile
impl Send for CableProfile
impl Sync for CableProfile
impl Unpin for CableProfile
impl UnsafeUnpin for CableProfile
impl UnwindSafe for CableProfile
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