Set custom metadata.
(mut self, metadata: FileMetadata)
| 383 | |
| 384 | /// Set custom metadata. |
| 385 | pub fn with_metadata(mut self, metadata: FileMetadata) -> Self { |
| 386 | self.metadata = metadata; |
| 387 | self |
| 388 | } |
| 389 | |
| 390 | /// Check if this is a zombie item. |
| 391 | pub fn is_zombie(&self) -> bool { |
no outgoing calls