pub struct InstName<'a>(pub TopmoduleIdentifier<'a>, pub Vec<(Metadata<'a>, InstanceIdentifier<'a>)>);Tuple Fields§
§0: TopmoduleIdentifier<'a>§1: Vec<(Metadata<'a>, InstanceIdentifier<'a>)>Implementations§
Trait Implementations§
Source§impl<'a: 'b, 'b> IntoIterator for &'b InstName<'a>
impl<'a: 'b, 'b> IntoIterator for &'b InstName<'a>
Source§impl<'a: 'b, 'b> Nodes<'a, 'b> for InstName<'a>
impl<'a: 'b, 'b> Nodes<'a, 'b> for InstName<'a>
impl<'a> StructuralPartialEq for InstName<'a>
Auto Trait Implementations§
impl<'a> Freeze for InstName<'a>
impl<'a> RefUnwindSafe for InstName<'a>
impl<'a> Send for InstName<'a>
impl<'a> Sync for InstName<'a>
impl<'a> Unpin for InstName<'a>
impl<'a> UnsafeUnpin for InstName<'a>
impl<'a> UnwindSafe for InstName<'a>
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