pub struct FillAreaStyle {
pub name: String,
pub fill_styles: Vec<FillStyleSelectRef>,
}Fields§
§name: String§fill_styles: Vec<FillStyleSelectRef>Trait Implementations§
Source§impl Clone for FillAreaStyle
impl Clone for FillAreaStyle
Source§fn clone(&self) -> FillAreaStyle
fn clone(&self) -> FillAreaStyle
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FillAreaStyle
impl Debug for FillAreaStyle
Source§impl PartialEq for FillAreaStyle
impl PartialEq for FillAreaStyle
Source§fn eq(&self, other: &FillAreaStyle) -> bool
fn eq(&self, other: &FillAreaStyle) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FillAreaStyle
Auto Trait Implementations§
impl Freeze for FillAreaStyle
impl RefUnwindSafe for FillAreaStyle
impl Send for FillAreaStyle
impl Sync for FillAreaStyle
impl Unpin for FillAreaStyle
impl UnsafeUnpin for FillAreaStyle
impl UnwindSafe for FillAreaStyle
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