pub enum LightPicker {
Red,
Yellow,
Green,
Blue,
Gray,
}
Expand description
Symbol Cell - Represents a Light Picker dropdown cell.
Variants§
Trait Implementations§
Source§impl Display for LightPicker
impl Display for LightPicker
Source§impl From<LightPicker> for CellValue
impl From<LightPicker> for CellValue
Source§fn from(value: LightPicker) -> Self
fn from(value: LightPicker) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LightPicker
impl RefUnwindSafe for LightPicker
impl Send for LightPicker
impl Sync for LightPicker
impl Unpin for LightPicker
impl UnwindSafe for LightPicker
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