Derive all kinds of traits for TimeTrackingTag
This commit is contained in:
parent
6d818a3b48
commit
06bec2fb97
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ use libimagstore::storeid::StoreId;
|
||||||
|
|
||||||
/// A tag for time-tracking. This is not a normal `libimagentrytag` tag, because we want the user
|
/// A tag for time-tracking. This is not a normal `libimagentrytag` tag, because we want the user
|
||||||
/// give the possibility to use the tagging functionality without interfering with this functionality.
|
/// give the possibility to use the tagging functionality without interfering with this functionality.
|
||||||
|
#[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||||
pub struct TimeTrackingTag(String);
|
pub struct TimeTrackingTag(String);
|
||||||
|
|
||||||
impl TimeTrackingTag {
|
impl TimeTrackingTag {
|
||||||
|
|
Loading…
Reference in a new issue