Struct chart_js_rs::types::LineElementConfiguration
source · pub struct LineElementConfiguration {
pub fill: Option<bool>,
pub borderWidth: NumberString,
pub cubicInterpolationMode: String,
}Fields§
§fill: Option<bool>§borderWidth: NumberString§cubicInterpolationMode: StringTrait Implementations§
source§impl Clone for LineElementConfiguration
impl Clone for LineElementConfiguration
source§fn clone(&self) -> LineElementConfiguration
fn clone(&self) -> LineElementConfiguration
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 LineElementConfiguration
impl Debug for LineElementConfiguration
source§impl Default for LineElementConfiguration
impl Default for LineElementConfiguration
source§fn default() -> LineElementConfiguration
fn default() -> LineElementConfiguration
Returns the “default value” for a type. Read more
source§impl Ord for LineElementConfiguration
impl Ord for LineElementConfiguration
source§fn cmp(&self, other: &LineElementConfiguration) -> Ordering
fn cmp(&self, other: &LineElementConfiguration) -> 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<LineElementConfiguration> for LineElementConfiguration
impl PartialEq<LineElementConfiguration> for LineElementConfiguration
source§fn eq(&self, other: &LineElementConfiguration) -> bool
fn eq(&self, other: &LineElementConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<LineElementConfiguration> for LineElementConfiguration
impl PartialOrd<LineElementConfiguration> for LineElementConfiguration
source§fn partial_cmp(&self, other: &LineElementConfiguration) -> Option<Ordering>
fn partial_cmp(&self, other: &LineElementConfiguration) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more