Struct go_away::types::Field [−][src]
Expand description
A field within a struct
Fields
name: StringThe name of the field in rust. If the field is un-named this will be a number.
serialized_name: StringThe name of the field when serialized.
ty: FieldTypeThe type of the field
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Fieldimpl UnwindSafe for Field