Returns the collection of files in this result.
(&self)
| 126 | |
| 127 | /// Returns the collection of files in this result. |
| 128 | pub fn dirents(&self) -> &BTreeMap<String, Metadata> { |
| 129 | &self.dirents |
| 130 | } |
| 131 | |
| 132 | /// Returns the user's disk quota, if known. |
| 133 | pub fn disk_quota(&self) -> &Option<DiskSpace> { |