Enum planus_cli::cst::TypeKind [−][src]
pub enum TypeKind<'input> {
Vector(VectorType<'input>),
Array(ArrayType<'input>),
Path(NamespacePath<'input>),
}Variants
Vector(VectorType<'input>)
Tuple Fields
0: VectorType<'input>Array(ArrayType<'input>)
Tuple Fields
0: ArrayType<'input>Path(NamespacePath<'input>)
Tuple Fields
0: NamespacePath<'input>Implementations
Trait Implementations
Auto Trait Implementations
impl<'input> RefUnwindSafe for TypeKind<'input>
impl<'input> UnwindSafe for TypeKind<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more
