pub struct GroupStyle {
pub fills: Vec<String>,
pub strokes: Vec<String>,
pub text_color: String,
pub corner_radius: f64,
pub padding: f64,
pub label_size: f64,
}Fields§
§fills: Vec<String>§strokes: Vec<String>§text_color: String§corner_radius: f64§padding: f64§label_size: f64Trait Implementations§
Source§impl Clone for GroupStyle
impl Clone for GroupStyle
Source§fn clone(&self) -> GroupStyle
fn clone(&self) -> GroupStyle
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 moreAuto Trait Implementations§
impl Freeze for GroupStyle
impl RefUnwindSafe for GroupStyle
impl Send for GroupStyle
impl Sync for GroupStyle
impl Unpin for GroupStyle
impl UnsafeUnpin for GroupStyle
impl UnwindSafe for GroupStyle
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