Enum planus_types::cst::TypeKind
source · pub enum TypeKind<'input> {
Vector(VectorType<'input>),
Array(ArrayType<'input>),
Path(NamespacePath<'input>),
}Variants§
Implementations§
source§impl<'input> TypeKind<'input>
impl<'input> TypeKind<'input>
pub fn token_metas<'a>( &'a self ) -> impl Iterator<Item = &'a TokenMetadata<'input>>
Trait Implementations§
Auto Trait Implementations§
impl<'input> RefUnwindSafe for TypeKind<'input>
impl<'input> Send for TypeKind<'input>
impl<'input> Sync for TypeKind<'input>
impl<'input> Unpin for TypeKind<'input>
impl<'input> UnwindSafe for TypeKind<'input>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more