Enum espr::ir::Named [−][src]
Expand description
Named AST portion of corresponding Path
Variants
Type(&'st TypeDecl)Tuple Fields of Type
0: &'st TypeDeclEntity(&'st Entity)Tuple Fields of Entity
0: &'st EntityTrait 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