pub enum LabelColor {
Purple,
Pink,
Red,
Orange,
Yellow,
Blue,
SkyBlue,
Green,
}Expand description
All possible colors that the TF1 console can use for a channel
Variants§
Trait Implementations§
Source§impl Clone for LabelColor
impl Clone for LabelColor
Source§fn clone(&self) -> LabelColor
fn clone(&self) -> LabelColor
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 LabelColor
impl Debug for LabelColor
Source§impl<'de> Deserialize<'de> for LabelColor
impl<'de> Deserialize<'de> for LabelColor
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 Display for LabelColor
impl Display for LabelColor
Source§impl FromStr for LabelColor
impl FromStr for LabelColor
Source§impl Serialize for LabelColor
impl Serialize for LabelColor
impl Copy for LabelColor
Auto Trait Implementations§
impl Freeze for LabelColor
impl RefUnwindSafe for LabelColor
impl Send for LabelColor
impl Sync for LabelColor
impl Unpin for LabelColor
impl UnwindSafe for LabelColor
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