Enum espr::ir::Named [−][src]
Expand description
Named AST portion of corresponding Path
Variants
Type(&'st TypeDecl)
Tuple Fields of Type
0: &'st TypeDecl
Entity(&'st Entity)
Tuple Fields of Entity
0: &'st Entity
Trait Implementations
Auto Trait Implementations
impl<'st> RefUnwindSafe for Named<'st>
impl<'st> UnwindSafe for Named<'st>
Blanket Implementations
Mutably borrows from an owned value. Read more