pub struct DailyChart<'a>(_);
Expand description

Representation of chart report about a Day.

Implementations

Return a Vec of tuples mapping project name to percentage of the overall time this project took.

Return a Vec of tuples mapping the task name and percentage of the supplied project.

Write a pie chart representing the projects for the current day to the supplied EventWriter.

Write a bar-graph representation of the tasks by hour in the current day to the supplied EventWriter.

Write a pie chart representing the tasks for the supplied project to the supplied EventWriter.

Write the charts for the current day to the supplied EventWriter.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.