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: NumberString
Trait 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<'de> Deserialize<'de> for PointElementConfiguration
impl<'de> Deserialize<'de> for PointElementConfiguration
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. 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 for PointElementConfiguration
impl PartialEq 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 for PointElementConfiguration
impl PartialOrd 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 moreimpl Eq for PointElementConfiguration
impl StructuralPartialEq for PointElementConfiguration
Auto Trait Implementations§
impl RefUnwindSafe for PointElementConfiguration
impl Send for PointElementConfiguration
impl Sync for PointElementConfiguration
impl Unpin for PointElementConfiguration
impl UnwindSafe for PointElementConfiguration
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