pub struct AliasType {
pub name: Node,
pub assigned_name: String,
pub referenced_type: Type,
}
Fields§
§name: Node
§assigned_name: String
§referenced_type: Type
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