pub struct ChartOptions {
pub padding: f64,
}Expand description
Opciones de configuración para los gráficos (a futuro)
Fields§
§padding: f64Trait Implementations§
Source§impl Clone for ChartOptions
impl Clone for ChartOptions
Source§fn clone(&self) -> ChartOptions
fn clone(&self) -> ChartOptions
Returns a duplicate 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 Default for ChartOptions
impl Default for ChartOptions
impl Copy for ChartOptions
Auto Trait Implementations§
impl Freeze for ChartOptions
impl RefUnwindSafe for ChartOptions
impl Send for ChartOptions
impl Sync for ChartOptions
impl Unpin for ChartOptions
impl UnwindSafe for ChartOptions
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