Access the underlying [ScalarValue] storage
(&self)
| 37 | |
| 38 | /// Access the underlying [ScalarValue] storage |
| 39 | pub fn value(&self) -> &ScalarValue { |
| 40 | &self.value |
| 41 | } |
| 42 | |
| 43 | /// Access the [FieldMetadata] attached to this value, if any |
| 44 | pub fn metadata(&self) -> Option<&FieldMetadata> { |
no outgoing calls