pub struct TypeAlias<'tree> {
pub span: Span,
pub name: TypeIdentifier<'tree>,
pub type: Type<'tree>,
pub type_parameters: Option<TypeParameterList<'tree>>,
}Fields§
§span: Span§name: TypeIdentifier<'tree>§type: Type<'tree>§type_parameters: Option<TypeParameterList<'tree>>Trait Implementations§
impl<'tree> Eq for TypeAlias<'tree>
impl<'tree> StructuralPartialEq for TypeAlias<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for TypeAlias<'tree>
impl<'tree> RefUnwindSafe for TypeAlias<'tree>
impl<'tree> Send for TypeAlias<'tree>
impl<'tree> Sync for TypeAlias<'tree>
impl<'tree> Unpin for TypeAlias<'tree>
impl<'tree> UnsafeUnpin for TypeAlias<'tree>
impl<'tree> UnwindSafe for TypeAlias<'tree>
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