Document Done fields
This commit is contained in:
parent
29e4e786ea
commit
f231fee508
1 changed files with 2 additions and 0 deletions
|
|
@ -346,7 +346,9 @@ pub enum DoneKind {
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct Done {
|
pub struct Done {
|
||||||
pub kind: DoneKind,
|
pub kind: DoneKind,
|
||||||
|
/// The date of the task the DONE refers to.
|
||||||
pub date: Option<DoneDate>,
|
pub date: Option<DoneDate>,
|
||||||
|
/// When the task was actually completed.
|
||||||
pub done_at: NaiveDate,
|
pub done_at: NaiveDate,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue