#[derive(Debug, Clone, PartialEq, Eq)] pub struct Task { pub issue_number: u64, pub title: String, }