Struct go_away::types::Struct [−][src]
Expand description
A struct.
This will be serialized as a JSON object.
Fields
name: StringThe name of the struct in Rust
fields: Vec<Field>The structs fields.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Structimpl UnwindSafe for Struct