pub type Struct = Struct;Expand description
The google.protobuf.Struct carried by open-ended fields (facets, data,
schema fields, raw events).
Aliased Type§
pub struct Struct {
pub fields: HashMap<String, Value>,
/* private fields */
}Fields§
§fields: HashMap<String, Value>Unordered map of dynamically typed values.
Field 1: fields