Struct workflow_d3::graph::GraphThemeOptions
source · pub struct GraphThemeOptions {
pub area_fill_color: String,
pub area_stroke_color: String,
pub x_axis_color: String,
pub y_axis_color: String,
pub title_color: String,
pub x_axis_font: String,
pub y_axis_font: String,
pub title_font: String,
pub y_caption_font: String,
pub y_caption_color: String,
}
Fields§
§area_fill_color: String
§area_stroke_color: String
§x_axis_color: String
§y_axis_color: String
§title_color: String
§x_axis_font: String
§y_axis_font: String
§title_font: String
§y_caption_font: String
§y_caption_color: String
Implementations§
Trait Implementations§
source§impl Clone for GraphThemeOptions
impl Clone for GraphThemeOptions
source§fn clone(&self) -> GraphThemeOptions
fn clone(&self) -> GraphThemeOptions
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 moreAuto Trait Implementations§
impl RefUnwindSafe for GraphThemeOptions
impl Send for GraphThemeOptions
impl Sync for GraphThemeOptions
impl Unpin for GraphThemeOptions
impl UnwindSafe for GraphThemeOptions
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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