Struct analyzer::data_model::Enum¶
-
pub struct Enum {
pub path: Vec<String>,
pub docstring: String,
pub variants: Vec<Variant>,
}
Representation of a Enum
Fields¶
- path:
Vec<String>
The fully qualified name of the enum
- docstring:
String
The docstring of the enum
- variants:
Vec<Variant>