Struct go_away::types::NewType [−][src]
Expand description
A newtype struct (e.g. struct SomeId(String))
These are usually represented as their inner type when serialized.
Fields
name: StringThe name of the struct in rust.
inner: FieldTypeThe type contained within the newtype.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NewTypeimpl UnwindSafe for NewType