pub enum LineStyleValue {
Solid,
Dotted,
Dashed,
ArrowLeft,
ArrowRight,
ArrowBoth,
}Variants§
Trait Implementations§
Source§impl Clone for LineStyleValue
impl Clone for LineStyleValue
impl Copy for LineStyleValue
Source§impl Debug for LineStyleValue
impl Debug for LineStyleValue
Source§impl<'de> Deserialize<'de> for LineStyleValue
impl<'de> Deserialize<'de> for LineStyleValue
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 LineStyleValue
Source§impl Hash for LineStyleValue
impl Hash for LineStyleValue
Source§impl PartialEq for LineStyleValue
impl PartialEq for LineStyleValue
Source§impl Serialize for LineStyleValue
impl Serialize for LineStyleValue
impl StructuralPartialEq for LineStyleValue
Auto Trait Implementations§
impl Freeze for LineStyleValue
impl RefUnwindSafe for LineStyleValue
impl Send for LineStyleValue
impl Sync for LineStyleValue
impl Unpin for LineStyleValue
impl UnsafeUnpin for LineStyleValue
impl UnwindSafe for LineStyleValue
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