Struct border_core::record::Record
source · [−]pub struct Record(_);Expand description
Represents a record.
Implementations
Create Record from slice of (Into<String>, RecordValue).
Get keys.
Insert a key-value pair into the record.
Return an iterator over key-value pairs in the record.
Return an iterator over key-value pairs in the record.
Get the value of the given key.
Get scalar value.
key- The key of an entry in the record.
Get Array2 value.
Get Array3 value.