Struct chart_js_rs::types::ScaleTime
source · [−]pub struct ScaleTime {
pub displayFormats: Option<DisplayFormats>,
pub unit: Option<String>,
}Fields
displayFormats: Option<DisplayFormats>unit: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ScaleTime
impl Send for ScaleTime
impl Sync for ScaleTime
impl Unpin for ScaleTime
impl UnwindSafe for ScaleTime
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