pub struct TypeList<'ast> {
pub types: &'ast [Type<'ast>],
pub tail_type: Option<TypePack<'ast>>,
}Fields§
§types: &'ast [Type<'ast>]§tail_type: Option<TypePack<'ast>>Implementations§
Trait Implementations§
impl<'ast> Copy for TypeList<'ast>
impl<'ast> StructuralPartialEq for TypeList<'ast>
Auto Trait Implementations§
impl<'ast> !Send for TypeList<'ast>
impl<'ast> !Sync for TypeList<'ast>
impl<'ast> Freeze for TypeList<'ast>
impl<'ast> RefUnwindSafe for TypeList<'ast>
impl<'ast> Unpin for TypeList<'ast>
impl<'ast> UnsafeUnpin for TypeList<'ast>
impl<'ast> UnwindSafe for TypeList<'ast>
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