pub enum LabelStyleValue {
Show 20 variants
None,
XCross,
Cross,
TriangleUp,
TriangleDown,
Flag,
Circle,
ArrowUp,
ArrowDown,
LabelUp,
LabelDown,
LabelLeft,
LabelRight,
LabelLowerLeft,
LabelLowerRight,
LabelUpperLeft,
LabelUpperRight,
LabelCenter,
Square,
Diamond,
}Variants§
None
XCross
Cross
TriangleUp
TriangleDown
Flag
Circle
ArrowUp
ArrowDown
LabelUp
LabelDown
LabelLeft
LabelRight
LabelLowerLeft
LabelLowerRight
LabelUpperLeft
LabelUpperRight
LabelCenter
Square
Diamond
Trait Implementations§
Source§impl Clone for LabelStyleValue
impl Clone for LabelStyleValue
impl Copy for LabelStyleValue
Source§impl Debug for LabelStyleValue
impl Debug for LabelStyleValue
Source§impl<'de> Deserialize<'de> for LabelStyleValue
impl<'de> Deserialize<'de> for LabelStyleValue
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 LabelStyleValue
Source§impl Hash for LabelStyleValue
impl Hash for LabelStyleValue
Source§impl PartialEq for LabelStyleValue
impl PartialEq for LabelStyleValue
Source§impl Serialize for LabelStyleValue
impl Serialize for LabelStyleValue
impl StructuralPartialEq for LabelStyleValue
Auto Trait Implementations§
impl Freeze for LabelStyleValue
impl RefUnwindSafe for LabelStyleValue
impl Send for LabelStyleValue
impl Sync for LabelStyleValue
impl Unpin for LabelStyleValue
impl UnsafeUnpin for LabelStyleValue
impl UnwindSafe for LabelStyleValue
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