Enum planus_cli::ast::TypeKind [−][src]
pub enum TypeKind {
Builtin(BuiltinType),
Vector {
inner_type: Box<Type>,
},
Array {
inner_type: Box<Type>,
size: u32,
},
Path(NamespacePath),
Invalid,
}Variants
Builtin(BuiltinType)
Tuple Fields
0: BuiltinTypeVector
Array
Path(NamespacePath)
Tuple Fields
Invalid
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeKind
impl UnwindSafe for TypeKind
Blanket Implementations
Mutably borrows from an owned value. Read more
