Struct

Type Alias Struct 

Source
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 */ }

Trait Implementations§

Source§

impl Message for Struct

Source§

fn typename() -> &'static str

The typename of this message.