Enum introspection::Type [] [src]

pub enum Type {
    Enum,
    Struct,
}

Variants

Trait Implementations

impl Debug for Type
[src]

Formats the value using the given formatter.

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToTokens for Type
[src]

Write self to the given Tokens. Read more