pub enum LineStylePattern {
Dashed,
Dotted,
}Variants§
Trait Implementations§
Source§impl Clone for LineStylePattern
impl Clone for LineStylePattern
Source§fn clone(&self) -> LineStylePattern
fn clone(&self) -> LineStylePattern
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 LineStylePattern
impl Debug for LineStylePattern
Source§impl<'de> Deserialize<'de> for LineStylePattern
impl<'de> Deserialize<'de> for LineStylePattern
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 PartialEq for LineStylePattern
impl PartialEq for LineStylePattern
Source§impl Serialize for LineStylePattern
impl Serialize for LineStylePattern
impl StructuralPartialEq for LineStylePattern
Auto Trait Implementations§
impl Freeze for LineStylePattern
impl RefUnwindSafe for LineStylePattern
impl Send for LineStylePattern
impl Sync for LineStylePattern
impl Unpin for LineStylePattern
impl UnwindSafe for LineStylePattern
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