Struct chart_js_rs::types::LineElementConfiguration
source · [−]pub struct LineElementConfiguration {
pub fill: Option<bool>,
pub borderWidth: Option<NumberString>,
pub cubicInterpolationMode: Option<String>,
}Fields
fill: Option<bool>borderWidth: Option<NumberString>cubicInterpolationMode: Option<String>Trait Implementations
sourceimpl Clone for LineElementConfiguration
impl Clone for LineElementConfiguration
sourcefn clone(&self) -> LineElementConfiguration
fn clone(&self) -> LineElementConfiguration
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 LineElementConfiguration
impl Debug for LineElementConfiguration
sourceimpl Default for LineElementConfiguration
impl Default for LineElementConfiguration
sourcefn default() -> LineElementConfiguration
fn default() -> LineElementConfiguration
Returns the “default value” for a type. Read more
sourceimpl Serialize for LineElementConfiguration
impl Serialize for LineElementConfiguration
Auto Trait Implementations
impl RefUnwindSafe for LineElementConfiguration
impl Send for LineElementConfiguration
impl Sync for LineElementConfiguration
impl Unpin for LineElementConfiguration
impl UnwindSafe for LineElementConfiguration
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