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 Freeze for GraphThemeOptions
impl RefUnwindSafe for GraphThemeOptions
impl Send for GraphThemeOptions
impl Sync for GraphThemeOptions
impl Unpin for GraphThemeOptions
impl UnwindSafe for GraphThemeOptions
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