Currently, `Duration` is not `Copy`, which is inconvenient. It's just a single `u64` under the hood, so it should be `Copy`.
Currently,
Durationis notCopy, which is inconvenient. It's just a singleu64under the hood, so it should beCopy.