Enum moore_svlog::resolver::InstTarget [−][src]
Expand description
Any AST node that can be instantiated.
Variants
Module(&'a Module<'a>)
A module instance.
Tuple Fields of Module
0: &'a Module<'a>
Interface(&'a Interface<'a>)
A interface instance.
Tuple Fields of Interface
0: &'a Interface<'a>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for InstTarget<'a>
impl<'a> Send for InstTarget<'a>
impl<'a> Sync for InstTarget<'a>
impl<'a> Unpin for InstTarget<'a>
impl<'a> !UnwindSafe for InstTarget<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more