pub struct AliasType {
pub symbol_id: TopLevelSymbolId,
pub name: Node,
pub assigned_name: String,
pub ty: TypeRef,
}
Fields§
§symbol_id: TopLevelSymbolId
§name: Node
§assigned_name: String
§ty: TypeRef
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AliasType
impl RefUnwindSafe for AliasType
impl !Send for AliasType
impl !Sync for AliasType
impl Unpin for AliasType
impl UnwindSafe for AliasType
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