pub enum StrokeStyle {
CssColor(RgbaColor),
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for StrokeStyle
impl Clone for StrokeStyle
source§fn clone(&self) -> StrokeStyle
fn clone(&self) -> StrokeStyle
Returns a copy 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 StrokeStyle
impl Debug for StrokeStyle
source§impl<'de> Deserialize<'de> for StrokeStyle
impl<'de> Deserialize<'de> for StrokeStyle
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 From<StrokeStyle> for String
impl From<StrokeStyle> for String
source§fn from(orig: StrokeStyle) -> String
fn from(orig: StrokeStyle) -> String
Converts to this type from the input type.
source§impl PartialEq for StrokeStyle
impl PartialEq for StrokeStyle
source§fn eq(&self, other: &StrokeStyle) -> bool
fn eq(&self, other: &StrokeStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for StrokeStyle
impl Serialize for StrokeStyle
impl StructuralPartialEq for StrokeStyle
Auto Trait Implementations§
impl Freeze for StrokeStyle
impl RefUnwindSafe for StrokeStyle
impl Send for StrokeStyle
impl Sync for StrokeStyle
impl Unpin for StrokeStyle
impl UnwindSafe for StrokeStyle
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