Derive all kinds of traits for TimeTrackingTag

This commit is contained in:
Matthias Beyer 2017-07-15 15:15:43 +02:00
parent 6d818a3b48
commit 06bec2fb97

View file

@ -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
/// 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);
impl TimeTrackingTag {