Struct AstTypeAliasDeclaration
pub struct AstTypeAliasDeclaration {
pub node_id: AstNodeId,
pub decl: Box<AstDeclaration>,
}Expand description
A typedef declaration.
Fields§
§node_id: AstNodeId§decl: Box<AstDeclaration>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AstTypeAliasDeclaration
impl RefUnwindSafe for AstTypeAliasDeclaration
impl Send for AstTypeAliasDeclaration
impl Sync for AstTypeAliasDeclaration
impl Unpin for AstTypeAliasDeclaration
impl UnwindSafe for AstTypeAliasDeclaration
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