⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here
struct Enum<'a> {
    enum_ident: &'a Ident,
    variants: Vec<Container<'a>>,
}
Expand description

Describes derivation input of an enum.

Fields

enum_ident: &'a Identvariants: Vec<Container<'a>>

Implementations

Construct a new enum representation.

data_enum is the syn representation of the input enum, ident is the Identifier of the enum.

Build derivation body for enums.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.