pub struct ShapeStyles {
pub fill: Vec<FillStyle>,
pub line: Vec<LineStyle>,
}
Fields§
§fill: Vec<FillStyle>
§line: Vec<LineStyle>
Trait Implementations§
Source§impl Clone for ShapeStyles
impl Clone for ShapeStyles
Source§fn clone(&self) -> ShapeStyles
fn clone(&self) -> ShapeStyles
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 ShapeStyles
impl Debug for ShapeStyles
Source§impl<'de> Deserialize<'de> for ShapeStyles
impl<'de> Deserialize<'de> for ShapeStyles
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 Hash for ShapeStyles
impl Hash for ShapeStyles
Source§impl Ord for ShapeStyles
impl Ord for ShapeStyles
Source§fn cmp(&self, other: &ShapeStyles) -> Ordering
fn cmp(&self, other: &ShapeStyles) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShapeStyles
impl PartialEq for ShapeStyles
Source§impl PartialOrd for ShapeStyles
impl PartialOrd for ShapeStyles
Source§impl Serialize for ShapeStyles
impl Serialize for ShapeStyles
impl Eq for ShapeStyles
impl StructuralPartialEq for ShapeStyles
Auto Trait Implementations§
impl Freeze for ShapeStyles
impl RefUnwindSafe for ShapeStyles
impl Send for ShapeStyles
impl Sync for ShapeStyles
impl Unpin for ShapeStyles
impl UnwindSafe for ShapeStyles
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