Struct chart_js_rs::types::PointElementConfiguration
source · pub struct PointElementConfiguration {
pub radius: NumberString,
pub hitRadius: NumberString,
pub hoverRadius: NumberString,
pub borderWidth: NumberString,
pub hoverBorderWidth: NumberString,
}Fields§
§radius: NumberString§hitRadius: NumberString§hoverRadius: NumberString§borderWidth: NumberString§hoverBorderWidth: NumberStringTrait Implementations§
source§impl Clone for PointElementConfiguration
impl Clone for PointElementConfiguration
source§fn clone(&self) -> PointElementConfiguration
fn clone(&self) -> PointElementConfiguration
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 PointElementConfiguration
impl Debug for PointElementConfiguration
source§impl Default for PointElementConfiguration
impl Default for PointElementConfiguration
source§fn default() -> PointElementConfiguration
fn default() -> PointElementConfiguration
Returns the “default value” for a type. Read more
source§impl Ord for PointElementConfiguration
impl Ord for PointElementConfiguration
source§fn cmp(&self, other: &PointElementConfiguration) -> Ordering
fn cmp(&self, other: &PointElementConfiguration) -> 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<PointElementConfiguration> for PointElementConfiguration
impl PartialEq<PointElementConfiguration> for PointElementConfiguration
source§fn eq(&self, other: &PointElementConfiguration) -> bool
fn eq(&self, other: &PointElementConfiguration) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<PointElementConfiguration> for PointElementConfiguration
impl PartialOrd<PointElementConfiguration> for PointElementConfiguration
source§fn partial_cmp(&self, other: &PointElementConfiguration) -> Option<Ordering>
fn partial_cmp(&self, other: &PointElementConfiguration) -> 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