use crate::time::Time; #[derive(Debug)] pub struct Entry { pub id: u64, pub note: String, pub start: Time, pub end: Option