pub type Struct = Map<String, Value>;Expand description
The Google Cloud APIs use google.protobuf.Struct to represent JSON objects.
The Google Cloud client libraries for Rust map google.protobuf.Struct to
this alias.
Aliased Type§
pub struct Struct { /* private fields */ }