Struct rtti::Variant [] [src]

pub struct Variant {
    pub fields: Vec<Field>,
    pub hints: Vec<&'static str>,
}

Variant of an enum.

Fields

Trait Implementations

impl Debug for Variant
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Variant

impl Sync for Variant