pub struct BarGraph { /* private fields */ }Expand description
Configuration for drawing an hourly graph showing projects worked during that hour.
Implementations§
Auto Trait Implementations§
impl Freeze for BarGraph
impl RefUnwindSafe for BarGraph
impl Send for BarGraph
impl Sync for BarGraph
impl Unpin for BarGraph
impl UnwindSafe for BarGraph
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