mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
implement generic report generation
This commit is contained in:
parent
f264e74288
commit
00f548c713
7 changed files with 484 additions and 50 deletions
|
@ -148,7 +148,7 @@ pub struct Annotation {
|
|||
///
|
||||
/// This struct contains only getters for various values on the task. The `into_mut` method returns
|
||||
/// a TaskMut which can be used to modify the task.
|
||||
#[derive(Debug, PartialEq)]
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub struct Task {
|
||||
uuid: Uuid,
|
||||
taskmap: TaskMap,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue