Set the modification time.
(mut self, mtime: SystemTime)
| 202 | |
| 203 | /// Set the modification time. |
| 204 | pub fn with_mtime(mut self, mtime: SystemTime) -> Self { |
| 205 | self.mtime = Some(mtime); |
| 206 | self |
| 207 | } |
| 208 | } |
| 209 | |
| 210 | // COLLECTION RESULT |
no outgoing calls