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