Returns a reference to the [`StructArray`] entries of this map
(&self)
| 170 | |
| 171 | /// Returns a reference to the [`StructArray`] entries of this map |
| 172 | pub fn entries(&self) -> &StructArray { |
| 173 | &self.entries |
| 174 | } |
| 175 | |
| 176 | /// Returns a reference to the fields of the [`StructArray`] that backs this map. |
| 177 | pub fn entries_fields(&self) -> (&Field, &Field) { |
no outgoing calls