Enum moore_svlog::resolver::RibKind [−][src]
pub enum RibKind {
Normal(Spanned<Name>, NodeId),
Module(HashMap<Name, NodeId>),
Enum(HashMap<Name, NodeId>),
Import(Box<Rib>),
}
Expand description
A local scope kind.
Variants
A normal declaration.
A module.
An enum type declaration.
An imported rib.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RibKind
impl UnwindSafe for RibKind
Blanket Implementations
Mutably borrows from an owned value. Read more