pub enum SingleDefChannel {
Show 20 variants
Color,
Column,
Fill,
Href,
Key,
Latitude,
Latitude2,
Longitude,
Longitude2,
Opacity,
Row,
Shape,
Size,
Stroke,
Text,
Tooltip,
X,
X2,
Y,
Y2,
}Variants§
Color
Column
Fill
Href
Key
Latitude
Latitude2
Longitude
Longitude2
Opacity
Row
Shape
Size
Stroke
Text
Tooltip
X
X2
Y
Y2
Trait Implementations§
Source§impl Debug for SingleDefChannel
impl Debug for SingleDefChannel
Source§impl<'de> Deserialize<'de> for SingleDefChannel
impl<'de> Deserialize<'de> for SingleDefChannel
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
Auto Trait Implementations§
impl Freeze for SingleDefChannel
impl RefUnwindSafe for SingleDefChannel
impl Send for SingleDefChannel
impl Sync for SingleDefChannel
impl Unpin for SingleDefChannel
impl UnwindSafe for SingleDefChannel
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