Struct go_away::types::Enum[][src]

pub struct Enum {
    pub name: String,
    pub variants: Vec<EnumVariant>,
}
Expand description

An enum - note that in go-away these do not contain data.

A Rust enum that’s variants contain values will go to a UnionType

Fields

name: String

The name of the enum

variants: Vec<EnumVariant>

The enums variants

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.