Struct chart_js_rs::types::PointElementConfiguration
source · [−]pub struct PointElementConfiguration {
pub radius: Option<NumberString>,
pub hitRadius: Option<NumberString>,
pub hoverRadius: Option<NumberString>,
pub borderWidth: Option<NumberString>,
pub hoverBorderWidth: Option<NumberString>,
}Fields
radius: Option<NumberString>hitRadius: Option<NumberString>hoverRadius: Option<NumberString>borderWidth: Option<NumberString>hoverBorderWidth: Option<NumberString>Trait Implementations
sourceimpl Clone for PointElementConfiguration
impl Clone for PointElementConfiguration
sourcefn clone(&self) -> PointElementConfiguration
fn clone(&self) -> PointElementConfiguration
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for PointElementConfiguration
impl Debug for PointElementConfiguration
sourceimpl Default for PointElementConfiguration
impl Default for PointElementConfiguration
sourcefn default() -> PointElementConfiguration
fn default() -> PointElementConfiguration
Returns the “default value” for a type. Read more
sourceimpl Serialize for PointElementConfiguration
impl Serialize 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more