Set the metadata for this item.
(&mut self, metadata: FileMetadata)
| 677 | |
| 678 | /// Set the metadata for this item. |
| 679 | pub fn set_metadata(&mut self, metadata: FileMetadata) { |
| 680 | self.metadata = metadata; |
| 681 | } |
| 682 | |
| 683 | /// Set the parent inode. |
| 684 | pub fn set_parent_inode(&mut self, parent: Inode) { |
no outgoing calls