Implement Clone for Time
- Clap 4 wants to clone values.
This commit is contained in:
parent
936ae250e1
commit
9eb1e0fa7d
@ -131,7 +131,7 @@ impl<'a> std::fmt::Display for SessionKeyDisplay<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Time {
|
||||
pub time: DateTime<Utc>,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user