Struct sv_parser::RefNodes

source ·
pub struct RefNodes<'a>(pub Vec<RefNode<'a>>);

Tuple Fields§

§0: Vec<RefNode<'a>>

Trait Implementations§

source§

impl<'a, T0> From<&'a (T0,)> for RefNodes<'a>where T0: 'a, &'a T0: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0,)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1> From<&'a (T0, T1)> for RefNodes<'a>where T0: 'a, T1: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2> From<&'a (T0, T1, T2)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3> From<&'a (T0, T1, T2, T3)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4> From<&'a (T0, T1, T2, T3, T4)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>, &'a T4: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3, T4)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5> From<&'a (T0, T1, T2, T3, T4, T5)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>, &'a T4: Into<RefNodes<'a>>, &'a T5: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3, T4, T5)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6> From<&'a (T0, T1, T2, T3, T4, T5, T6)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>, &'a T4: Into<RefNodes<'a>>, &'a T5: Into<RefNodes<'a>>, &'a T6: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3, T4, T5, T6)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7> From<&'a (T0, T1, T2, T3, T4, T5, T6, T7)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>, &'a T4: Into<RefNodes<'a>>, &'a T5: Into<RefNodes<'a>>, &'a T6: Into<RefNodes<'a>>, &'a T7: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3, T4, T5, T6, T7)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8> From<&'a (T0, T1, T2, T3, T4, T5, T6, T7, T8)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, T8: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>, &'a T4: Into<RefNodes<'a>>, &'a T5: Into<RefNodes<'a>>, &'a T6: Into<RefNodes<'a>>, &'a T7: Into<RefNodes<'a>>, &'a T8: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3, T4, T5, T6, T7, T8)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> From<&'a (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, T8: 'a, T9: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>, &'a T4: Into<RefNodes<'a>>, &'a T5: Into<RefNodes<'a>>, &'a T6: Into<RefNodes<'a>>, &'a T7: Into<RefNodes<'a>>, &'a T8: Into<RefNodes<'a>>, &'a T9: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> From<&'a (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)> for RefNodes<'a>where T0: 'a, T1: 'a, T2: 'a, T3: 'a, T4: 'a, T5: 'a, T6: 'a, T7: 'a, T8: 'a, T9: 'a, T10: 'a, &'a T0: Into<RefNodes<'a>>, &'a T1: Into<RefNodes<'a>>, &'a T2: Into<RefNodes<'a>>, &'a T3: Into<RefNodes<'a>>, &'a T4: Into<RefNodes<'a>>, &'a T5: Into<RefNodes<'a>>, &'a T6: Into<RefNodes<'a>>, &'a T7: Into<RefNodes<'a>>, &'a T8: Into<RefNodes<'a>>, &'a T9: Into<RefNodes<'a>>, &'a T10: Into<RefNodes<'a>>,

source§

fn from(x: &'a (T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ActionBlock> for RefNodes<'a>

source§

fn from(x: &'a ActionBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ActionBlockElse> for RefNodes<'a>

source§

fn from(x: &'a ActionBlockElse) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ActualArgument> for RefNodes<'a>

source§

fn from(x: &'a ActualArgument) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AlwaysConstruct> for RefNodes<'a>

source§

fn from(x: &'a AlwaysConstruct) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AlwaysKeyword> for RefNodes<'a>

source§

fn from(x: &'a AlwaysKeyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AngleBracketLiteral> for RefNodes<'a>

source§

fn from(x: &'a AngleBracketLiteral) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnonymousProgram> for RefNodes<'a>

source§

fn from(x: &'a AnonymousProgram) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnonymousProgramItem> for RefNodes<'a>

source§

fn from(x: &'a AnonymousProgramItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclaration> for RefNodes<'a>

source§

fn from(x: &'a AnsiPortDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclarationNet> for RefNodes<'a>

source§

fn from(x: &'a AnsiPortDeclarationNet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclarationParen> for RefNodes<'a>

source§

fn from(x: &'a AnsiPortDeclarationParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AnsiPortDeclarationVariable> for RefNodes<'a>

source§

fn from(x: &'a AnsiPortDeclarationVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T> From<&'a ApostropheBrace<T>> for RefNodes<'a>where &'a T: Into<RefNodes<'a>>,

source§

fn from(x: &'a ApostropheBrace<T>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ArrayIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayManipulationCall> for RefNodes<'a>

source§

fn from(x: &'a ArrayManipulationCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayMethodName> for RefNodes<'a>

source§

fn from(x: &'a ArrayMethodName) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayPatternKey> for RefNodes<'a>

source§

fn from(x: &'a ArrayPatternKey) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpression> for RefNodes<'a>

source§

fn from(x: &'a ArrayRangeExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpressionColon> for RefNodes<'a>

source§

fn from(x: &'a ArrayRangeExpressionColon) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpressionMinusColon> for RefNodes<'a>

source§

fn from(x: &'a ArrayRangeExpressionMinusColon) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ArrayRangeExpressionPlusColon> for RefNodes<'a>

source§

fn from(x: &'a ArrayRangeExpressionPlusColon) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertPropertyStatement> for RefNodes<'a>

source§

fn from(x: &'a AssertPropertyStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertTiming> for RefNodes<'a>

source§

fn from(x: &'a AssertTiming) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertionItem> for RefNodes<'a>

source§

fn from(x: &'a AssertionItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertionItemDeclaration> for RefNodes<'a>

source§

fn from(x: &'a AssertionItemDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssertionVariableDeclaration> for RefNodes<'a>

source§

fn from(x: &'a AssertionVariableDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentOperator> for RefNodes<'a>

source§

fn from(x: &'a AssignmentOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPattern> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPattern) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternArray> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternArray) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternExpression> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternExpressionType> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternExpressionType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternKey> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternKey) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternList> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternNetLvalue> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternNetLvalue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternRepeat> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternRepeat) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternStructure> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternStructure) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssignmentPatternVariableLvalue> for RefNodes<'a>

source§

fn from(x: &'a AssignmentPatternVariableLvalue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssociativeDimension> for RefNodes<'a>

source§

fn from(x: &'a AssociativeDimension) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssociativeDimensionAsterisk> for RefNodes<'a>

source§

fn from(x: &'a AssociativeDimensionAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssociativeDimensionDataType> for RefNodes<'a>

source§

fn from(x: &'a AssociativeDimensionDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AssumePropertyStatement> for RefNodes<'a>

source§

fn from(x: &'a AssumePropertyStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AttrSpec> for RefNodes<'a>

source§

fn from(x: &'a AttrSpec) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a AttributeInstance> for RefNodes<'a>

source§

fn from(x: &'a AttributeInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinIdentifier> for RefNodes<'a>

source§

fn from(x: &'a BinIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryBase> for RefNodes<'a>

source§

fn from(x: &'a BinaryBase) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryModulePathOperator> for RefNodes<'a>

source§

fn from(x: &'a BinaryModulePathOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryNumber> for RefNodes<'a>

source§

fn from(x: &'a BinaryNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryOperator> for RefNodes<'a>

source§

fn from(x: &'a BinaryOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinaryValue> for RefNodes<'a>

source§

fn from(x: &'a BinaryValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindDirective> for RefNodes<'a>

source§

fn from(x: &'a BindDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindDirectiveInstance> for RefNodes<'a>

source§

fn from(x: &'a BindDirectiveInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindDirectiveScope> for RefNodes<'a>

source§

fn from(x: &'a BindDirectiveScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindInstantiation> for RefNodes<'a>

source§

fn from(x: &'a BindInstantiation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindTargetInstance> for RefNodes<'a>

source§

fn from(x: &'a BindTargetInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindTargetInstanceList> for RefNodes<'a>

source§

fn from(x: &'a BindTargetInstanceList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BindTargetScope> for RefNodes<'a>

source§

fn from(x: &'a BindTargetScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsExpression> for RefNodes<'a>

source§

fn from(x: &'a BinsExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsExpressionCoverPoint> for RefNodes<'a>

source§

fn from(x: &'a BinsExpressionCoverPoint) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsKeyword> for RefNodes<'a>

source§

fn from(x: &'a BinsKeyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrEmpty> for RefNodes<'a>

source§

fn from(x: &'a BinsOrEmpty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrEmptyNonEmpty> for RefNodes<'a>

source§

fn from(x: &'a BinsOrEmptyNonEmpty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptions> for RefNodes<'a>

source§

fn from(x: &'a BinsOrOptions) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsCoverPoint> for RefNodes<'a>

source§

fn from(x: &'a BinsOrOptionsCoverPoint) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsCovergroup> for RefNodes<'a>

source§

fn from(x: &'a BinsOrOptionsCovergroup) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsDefault> for RefNodes<'a>

source§

fn from(x: &'a BinsOrOptionsDefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsDefaultSequence> for RefNodes<'a>

source§

fn from(x: &'a BinsOrOptionsDefaultSequence) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsSetCovergroup> for RefNodes<'a>

source§

fn from(x: &'a BinsOrOptionsSetCovergroup) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsOrOptionsTransList> for RefNodes<'a>

source§

fn from(x: &'a BinsOrOptionsTransList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelection> for RefNodes<'a>

source§

fn from(x: &'a BinsSelection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelectionOrOption> for RefNodes<'a>

source§

fn from(x: &'a BinsSelectionOrOption) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelectionOrOptionBins> for RefNodes<'a>

source§

fn from(x: &'a BinsSelectionOrOptionBins) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BinsSelectionOrOptionCoverage> for RefNodes<'a>

source§

fn from(x: &'a BinsSelectionOrOptionCoverage) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BitSelect> for RefNodes<'a>

source§

fn from(x: &'a BitSelect) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpression> for RefNodes<'a>

source§

fn from(x: &'a BlockEventExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpressionBegin> for RefNodes<'a>

source§

fn from(x: &'a BlockEventExpressionBegin) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpressionEnd> for RefNodes<'a>

source§

fn from(x: &'a BlockEventExpressionEnd) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockEventExpressionOr> for RefNodes<'a>

source§

fn from(x: &'a BlockEventExpressionOr) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockIdentifier> for RefNodes<'a>

source§

fn from(x: &'a BlockIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclaration> for RefNodes<'a>

source§

fn from(x: &'a BlockItemDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationData> for RefNodes<'a>

source§

fn from(x: &'a BlockItemDeclarationData) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationLet> for RefNodes<'a>

source§

fn from(x: &'a BlockItemDeclarationLet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationLocalParameter> for RefNodes<'a>

source§

fn from(x: &'a BlockItemDeclarationLocalParameter) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockItemDeclarationParameter> for RefNodes<'a>

source§

fn from(x: &'a BlockItemDeclarationParameter) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignment> for RefNodes<'a>

source§

fn from(x: &'a BlockingAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignmentHierarchicalVariable> for RefNodes<'a>

source§

fn from(x: &'a BlockingAssignmentHierarchicalVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignmentNonrangeVariable> for RefNodes<'a>

source§

fn from(x: &'a BlockingAssignmentNonrangeVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BlockingAssignmentVariable> for RefNodes<'a>

source§

fn from(x: &'a BlockingAssignmentVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BooleanAbbrev> for RefNodes<'a>

source§

fn from(x: &'a BooleanAbbrev) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T> From<&'a Box<T>> for RefNodes<'a>where T: 'a, &'a T: Into<RefNodes<'a>>,

source§

fn from(x: &'a Box<T>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T> From<&'a Brace<T>> for RefNodes<'a>where &'a T: Into<RefNodes<'a>>,

source§

fn from(x: &'a Brace<T>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T> From<&'a Bracket<T>> for RefNodes<'a>where &'a T: Into<RefNodes<'a>>,

source§

fn from(x: &'a Bracket<T>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a BuiltInMethodCall> for RefNodes<'a>

source§

fn from(x: &'a BuiltInMethodCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseExpression> for RefNodes<'a>

source§

fn from(x: &'a CaseExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateConstruct> for RefNodes<'a>

source§

fn from(x: &'a CaseGenerateConstruct) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateItem> for RefNodes<'a>

source§

fn from(x: &'a CaseGenerateItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateItemDefault> for RefNodes<'a>

source§

fn from(x: &'a CaseGenerateItemDefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseGenerateItemNondefault> for RefNodes<'a>

source§

fn from(x: &'a CaseGenerateItemNondefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseInsideItem> for RefNodes<'a>

source§

fn from(x: &'a CaseInsideItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseInsideItemNondefault> for RefNodes<'a>

source§

fn from(x: &'a CaseInsideItemNondefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItem> for RefNodes<'a>

source§

fn from(x: &'a CaseItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItemDefault> for RefNodes<'a>

source§

fn from(x: &'a CaseItemDefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItemExpression> for RefNodes<'a>

source§

fn from(x: &'a CaseItemExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseItemNondefault> for RefNodes<'a>

source§

fn from(x: &'a CaseItemNondefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseKeyword> for RefNodes<'a>

source§

fn from(x: &'a CaseKeyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CasePatternItem> for RefNodes<'a>

source§

fn from(x: &'a CasePatternItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CasePatternItemNondefault> for RefNodes<'a>

source§

fn from(x: &'a CasePatternItemNondefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatement> for RefNodes<'a>

source§

fn from(x: &'a CaseStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatementInside> for RefNodes<'a>

source§

fn from(x: &'a CaseStatementInside) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatementMatches> for RefNodes<'a>

source§

fn from(x: &'a CaseStatementMatches) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CaseStatementNormal> for RefNodes<'a>

source§

fn from(x: &'a CaseStatementNormal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Cast> for RefNodes<'a>

source§

fn from(x: &'a Cast) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CastingType> for RefNodes<'a>

source§

fn from(x: &'a CastingType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CellClause> for RefNodes<'a>

source§

fn from(x: &'a CellClause) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CellIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CellIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CelldefineDriveCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a CelldefineDriveCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrength> for RefNodes<'a>

source§

fn from(x: &'a ChargeStrength) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrengthLarge> for RefNodes<'a>

source§

fn from(x: &'a ChargeStrengthLarge) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrengthMedium> for RefNodes<'a>

source§

fn from(x: &'a ChargeStrengthMedium) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ChargeStrengthSmall> for RefNodes<'a>

source§

fn from(x: &'a ChargeStrengthSmall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerDeclaration> for RefNodes<'a>

source§

fn from(x: &'a CheckerDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerGenerateItem> for RefNodes<'a>

source§

fn from(x: &'a CheckerGenerateItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CheckerIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerInstantiation> for RefNodes<'a>

source§

fn from(x: &'a CheckerInstantiation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItem> for RefNodes<'a>

source§

fn from(x: &'a CheckerOrGenerateItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclaration> for RefNodes<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclarationClocking> for RefNodes<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclarationClocking) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclarationData> for RefNodes<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclarationData) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerOrGenerateItemDeclarationDisable> for RefNodes<'a>

source§

fn from(x: &'a CheckerOrGenerateItemDeclarationDisable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerPortDirection> for RefNodes<'a>

source§

fn from(x: &'a CheckerPortDirection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerPortItem> for RefNodes<'a>

source§

fn from(x: &'a CheckerPortItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CheckerPortList> for RefNodes<'a>

source§

fn from(x: &'a CheckerPortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassConstraint> for RefNodes<'a>

source§

fn from(x: &'a ClassConstraint) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassConstructorDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ClassConstructorDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassConstructorPrototype> for RefNodes<'a>

source§

fn from(x: &'a ClassConstructorPrototype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ClassDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ClassIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItem> for RefNodes<'a>

source§

fn from(x: &'a ClassItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemConstraint> for RefNodes<'a>

source§

fn from(x: &'a ClassItemConstraint) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemCovergroup> for RefNodes<'a>

source§

fn from(x: &'a ClassItemCovergroup) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ClassItemDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemMethod> for RefNodes<'a>

source§

fn from(x: &'a ClassItemMethod) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemProperty> for RefNodes<'a>

source§

fn from(x: &'a ClassItemProperty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassItemQualifier> for RefNodes<'a>

source§

fn from(x: &'a ClassItemQualifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethod> for RefNodes<'a>

source§

fn from(x: &'a ClassMethod) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodConstructor> for RefNodes<'a>

source§

fn from(x: &'a ClassMethodConstructor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodExternConstructor> for RefNodes<'a>

source§

fn from(x: &'a ClassMethodExternConstructor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodExternMethod> for RefNodes<'a>

source§

fn from(x: &'a ClassMethodExternMethod) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodFunction> for RefNodes<'a>

source§

fn from(x: &'a ClassMethodFunction) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodPureVirtual> for RefNodes<'a>

source§

fn from(x: &'a ClassMethodPureVirtual) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassMethodTask> for RefNodes<'a>

source§

fn from(x: &'a ClassMethodTask) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassNew> for RefNodes<'a>

source§

fn from(x: &'a ClassNew) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassNewArgument> for RefNodes<'a>

source§

fn from(x: &'a ClassNewArgument) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassNewExpression> for RefNodes<'a>

source§

fn from(x: &'a ClassNewExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassProperty> for RefNodes<'a>

source§

fn from(x: &'a ClassProperty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassPropertyConst> for RefNodes<'a>

source§

fn from(x: &'a ClassPropertyConst) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassPropertyConstExpression> for RefNodes<'a>

source§

fn from(x: &'a ClassPropertyConstExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassPropertyNonConst> for RefNodes<'a>

source§

fn from(x: &'a ClassPropertyNonConst) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassQualifier> for RefNodes<'a>

source§

fn from(x: &'a ClassQualifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassQualifierOrPackageScope> for RefNodes<'a>

source§

fn from(x: &'a ClassQualifierOrPackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassScope> for RefNodes<'a>

source§

fn from(x: &'a ClassScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassType> for RefNodes<'a>

source§

fn from(x: &'a ClassType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClassVariableIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ClassVariableIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclAssign> for RefNodes<'a>

source§

fn from(x: &'a ClockingDeclAssign) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ClockingDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclarationGlobal> for RefNodes<'a>

source§

fn from(x: &'a ClockingDeclarationGlobal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDeclarationLocal> for RefNodes<'a>

source§

fn from(x: &'a ClockingDeclarationLocal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirection> for RefNodes<'a>

source§

fn from(x: &'a ClockingDirection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirectionInput> for RefNodes<'a>

source§

fn from(x: &'a ClockingDirectionInput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirectionInputOutput> for RefNodes<'a>

source§

fn from(x: &'a ClockingDirectionInputOutput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDirectionOutput> for RefNodes<'a>

source§

fn from(x: &'a ClockingDirectionOutput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingDrive> for RefNodes<'a>

source§

fn from(x: &'a ClockingDrive) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingEvent> for RefNodes<'a>

source§

fn from(x: &'a ClockingEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingEventExpression> for RefNodes<'a>

source§

fn from(x: &'a ClockingEventExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingEventIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ClockingEventIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ClockingIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItem> for RefNodes<'a>

source§

fn from(x: &'a ClockingItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItemAssertion> for RefNodes<'a>

source§

fn from(x: &'a ClockingItemAssertion) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItemDefault> for RefNodes<'a>

source§

fn from(x: &'a ClockingItemDefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingItemDirection> for RefNodes<'a>

source§

fn from(x: &'a ClockingItemDirection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingSkew> for RefNodes<'a>

source§

fn from(x: &'a ClockingSkew) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockingSkewEdge> for RefNodes<'a>

source§

fn from(x: &'a ClockingSkewEdge) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Clockvar> for RefNodes<'a>

source§

fn from(x: &'a Clockvar) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ClockvarExpression> for RefNodes<'a>

source§

fn from(x: &'a ClockvarExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CmosSwitchInstance> for RefNodes<'a>

source§

fn from(x: &'a CmosSwitchInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CmosSwitchtype> for RefNodes<'a>

source§

fn from(x: &'a CmosSwitchtype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CombinationalBody> for RefNodes<'a>

source§

fn from(x: &'a CombinationalBody) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CombinationalEntry> for RefNodes<'a>

source§

fn from(x: &'a CombinationalEntry) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Comment> for RefNodes<'a>

source§

fn from(x: &'a Comment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a CompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Concatenation> for RefNodes<'a>

source§

fn from(x: &'a Concatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConcurrentAssertionItem> for RefNodes<'a>

source§

fn from(x: &'a ConcurrentAssertionItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConcurrentAssertionItemStatement> for RefNodes<'a>

source§

fn from(x: &'a ConcurrentAssertionItemStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConcurrentAssertionStatement> for RefNodes<'a>

source§

fn from(x: &'a ConcurrentAssertionStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CondPattern> for RefNodes<'a>

source§

fn from(x: &'a CondPattern) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CondPredicate> for RefNodes<'a>

source§

fn from(x: &'a CondPredicate) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a ConditionalCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalExpression> for RefNodes<'a>

source§

fn from(x: &'a ConditionalExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalGenerateConstruct> for RefNodes<'a>

source§

fn from(x: &'a ConditionalGenerateConstruct) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConditionalStatement> for RefNodes<'a>

source§

fn from(x: &'a ConditionalStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Config> for RefNodes<'a>

source§

fn from(x: &'a Config) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ConfigDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ConfigIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatement> for RefNodes<'a>

source§

fn from(x: &'a ConfigRuleStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementCellLib> for RefNodes<'a>

source§

fn from(x: &'a ConfigRuleStatementCellLib) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementCellUse> for RefNodes<'a>

source§

fn from(x: &'a ConfigRuleStatementCellUse) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementDefault> for RefNodes<'a>

source§

fn from(x: &'a ConfigRuleStatementDefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementInstLib> for RefNodes<'a>

source§

fn from(x: &'a ConfigRuleStatementInstLib) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConfigRuleStatementInstUse> for RefNodes<'a>

source§

fn from(x: &'a ConfigRuleStatementInstUse) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetition> for RefNodes<'a>

source§

fn from(x: &'a ConsecutiveRepetition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetitionAsterisk> for RefNodes<'a>

source§

fn from(x: &'a ConsecutiveRepetitionAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetitionExpression> for RefNodes<'a>

source§

fn from(x: &'a ConsecutiveRepetitionExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConsecutiveRepetitionPlus> for RefNodes<'a>

source§

fn from(x: &'a ConsecutiveRepetitionPlus) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Const> for RefNodes<'a>

source§

fn from(x: &'a Const) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ConstIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstOrRangeExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstOrRangeExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantAssignmentPatternExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstantAssignmentPatternExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantBitSelect> for RefNodes<'a>

source§

fn from(x: &'a ConstantBitSelect) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantCast> for RefNodes<'a>

source§

fn from(x: &'a ConstantCast) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantConcatenation> for RefNodes<'a>

source§

fn from(x: &'a ConstantConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstantExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpressionBinary> for RefNodes<'a>

source§

fn from(x: &'a ConstantExpressionBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpressionTernary> for RefNodes<'a>

source§

fn from(x: &'a ConstantExpressionTernary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantExpressionUnary> for RefNodes<'a>

source§

fn from(x: &'a ConstantExpressionUnary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantFunctionCall> for RefNodes<'a>

source§

fn from(x: &'a ConstantFunctionCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantIndexedRange> for RefNodes<'a>

source§

fn from(x: &'a ConstantIndexedRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantLetExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstantLetExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantMintypmaxExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstantMintypmaxExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantMintypmaxExpressionTernary> for RefNodes<'a>

source§

fn from(x: &'a ConstantMintypmaxExpressionTernary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantMultipleConcatenation> for RefNodes<'a>

source§

fn from(x: &'a ConstantMultipleConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantParamExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstantParamExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPartSelectRange> for RefNodes<'a>

source§

fn from(x: &'a ConstantPartSelectRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimary> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryConcatenation> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimaryConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryEnum> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimaryEnum) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryFormalPort> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimaryFormalPort) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryMintypmaxExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimaryMintypmaxExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryMultipleConcatenation> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimaryMultipleConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimaryPsParameter> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimaryPsParameter) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantPrimarySpecparam> for RefNodes<'a>

source§

fn from(x: &'a ConstantPrimarySpecparam) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantRange> for RefNodes<'a>

source§

fn from(x: &'a ConstantRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantRangeExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstantRangeExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstantSelect> for RefNodes<'a>

source§

fn from(x: &'a ConstantSelect) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintBlock> for RefNodes<'a>

source§

fn from(x: &'a ConstraintBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintBlockItem> for RefNodes<'a>

source§

fn from(x: &'a ConstraintBlockItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintBlockItemSolve> for RefNodes<'a>

source§

fn from(x: &'a ConstraintBlockItemSolve) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ConstraintDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstraintExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionArrow> for RefNodes<'a>

source§

fn from(x: &'a ConstraintExpressionArrow) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionDisable> for RefNodes<'a>

source§

fn from(x: &'a ConstraintExpressionDisable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionExpression> for RefNodes<'a>

source§

fn from(x: &'a ConstraintExpressionExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionForeach> for RefNodes<'a>

source§

fn from(x: &'a ConstraintExpressionForeach) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintExpressionIf> for RefNodes<'a>

source§

fn from(x: &'a ConstraintExpressionIf) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ConstraintIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintPrimary> for RefNodes<'a>

source§

fn from(x: &'a ConstraintPrimary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintPrototype> for RefNodes<'a>

source§

fn from(x: &'a ConstraintPrototype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintPrototypeQualifier> for RefNodes<'a>

source§

fn from(x: &'a ConstraintPrototypeQualifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintSet> for RefNodes<'a>

source§

fn from(x: &'a ConstraintSet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ConstraintSetBrace> for RefNodes<'a>

source§

fn from(x: &'a ConstraintSetBrace) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ContinuousAssign> for RefNodes<'a>

source§

fn from(x: &'a ContinuousAssign) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ContinuousAssignNet> for RefNodes<'a>

source§

fn from(x: &'a ContinuousAssignNet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ContinuousAssignVariable> for RefNodes<'a>

source§

fn from(x: &'a ContinuousAssignVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ControlledReferenceEvent> for RefNodes<'a>

source§

fn from(x: &'a ControlledReferenceEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ControlledTimingCheckEvent> for RefNodes<'a>

source§

fn from(x: &'a ControlledTimingCheckEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverCross> for RefNodes<'a>

source§

fn from(x: &'a CoverCross) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverPoint> for RefNodes<'a>

source§

fn from(x: &'a CoverPoint) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverPointIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CoverPointIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverPropertyStatement> for RefNodes<'a>

source§

fn from(x: &'a CoverPropertyStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverSequenceStatement> for RefNodes<'a>

source§

fn from(x: &'a CoverSequenceStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageEvent> for RefNodes<'a>

source§

fn from(x: &'a CoverageEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageEventAt> for RefNodes<'a>

source§

fn from(x: &'a CoverageEventAt) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageEventSample> for RefNodes<'a>

source§

fn from(x: &'a CoverageEventSample) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageOption> for RefNodes<'a>

source§

fn from(x: &'a CoverageOption) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageOptionOption> for RefNodes<'a>

source§

fn from(x: &'a CoverageOptionOption) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageOptionTypeOption> for RefNodes<'a>

source§

fn from(x: &'a CoverageOptionTypeOption) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpec> for RefNodes<'a>

source§

fn from(x: &'a CoverageSpec) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpecOrOption> for RefNodes<'a>

source§

fn from(x: &'a CoverageSpecOrOption) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpecOrOptionOption> for RefNodes<'a>

source§

fn from(x: &'a CoverageSpecOrOptionOption) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CoverageSpecOrOptionSpec> for RefNodes<'a>

source§

fn from(x: &'a CoverageSpecOrOptionSpec) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupDeclaration> for RefNodes<'a>

source§

fn from(x: &'a CovergroupDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupExpression> for RefNodes<'a>

source§

fn from(x: &'a CovergroupExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CovergroupIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupRangeList> for RefNodes<'a>

source§

fn from(x: &'a CovergroupRangeList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupValueRange> for RefNodes<'a>

source§

fn from(x: &'a CovergroupValueRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupValueRangeBinary> for RefNodes<'a>

source§

fn from(x: &'a CovergroupValueRangeBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CovergroupVariableIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CovergroupVariableIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossBody> for RefNodes<'a>

source§

fn from(x: &'a CrossBody) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossBodyItem> for RefNodes<'a>

source§

fn from(x: &'a CrossBodyItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossBodyNonEmpty> for RefNodes<'a>

source§

fn from(x: &'a CrossBodyNonEmpty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CrossIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossItem> for RefNodes<'a>

source§

fn from(x: &'a CrossItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CrossSetExpression> for RefNodes<'a>

source§

fn from(x: &'a CrossSetExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CurrentState> for RefNodes<'a>

source§

fn from(x: &'a CurrentState) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelay> for RefNodes<'a>

source§

fn from(x: &'a CycleDelay) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayConstRangeExpression> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayConstRangeExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayConstRangeExpressionBinary> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayConstRangeExpressionBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayConstRangeExpressionDollar> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayConstRangeExpressionDollar) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayExpression> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayIdentifier> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayIntegral> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayIntegral) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRange> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangeAsterisk> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayRangeAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangeExpression> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayRangeExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangePlus> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayRangePlus) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a CycleDelayRangePrimary> for RefNodes<'a>

source§

fn from(x: &'a CycleDelayRangePrimary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataDeclaration> for RefNodes<'a>

source§

fn from(x: &'a DataDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataDeclarationVariable> for RefNodes<'a>

source§

fn from(x: &'a DataDeclarationVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataEvent> for RefNodes<'a>

source§

fn from(x: &'a DataEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataSourceExpression> for RefNodes<'a>

source§

fn from(x: &'a DataSourceExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataType> for RefNodes<'a>

source§

fn from(x: &'a DataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeAtom> for RefNodes<'a>

source§

fn from(x: &'a DataTypeAtom) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeEnum> for RefNodes<'a>

source§

fn from(x: &'a DataTypeEnum) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeOrImplicit> for RefNodes<'a>

source§

fn from(x: &'a DataTypeOrImplicit) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeOrVoid> for RefNodes<'a>

source§

fn from(x: &'a DataTypeOrVoid) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeStructUnion> for RefNodes<'a>

source§

fn from(x: &'a DataTypeStructUnion) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeType> for RefNodes<'a>

source§

fn from(x: &'a DataTypeType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeVector> for RefNodes<'a>

source§

fn from(x: &'a DataTypeVector) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DataTypeVirtual> for RefNodes<'a>

source§

fn from(x: &'a DataTypeVirtual) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalBase> for RefNodes<'a>

source§

fn from(x: &'a DecimalBase) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumber> for RefNodes<'a>

source§

fn from(x: &'a DecimalNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumberBaseUnsigned> for RefNodes<'a>

source§

fn from(x: &'a DecimalNumberBaseUnsigned) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumberBaseXNumber> for RefNodes<'a>

source§

fn from(x: &'a DecimalNumberBaseXNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DecimalNumberBaseZNumber> for RefNodes<'a>

source§

fn from(x: &'a DecimalNumberBaseZNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Default> for RefNodes<'a>

source§

fn from(x: &'a Default) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultClause> for RefNodes<'a>

source§

fn from(x: &'a DefaultClause) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultNettypeCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a DefaultNettypeCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultNettypeValue> for RefNodes<'a>

source§

fn from(x: &'a DefaultNettypeValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkew> for RefNodes<'a>

source§

fn from(x: &'a DefaultSkew) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkewInput> for RefNodes<'a>

source§

fn from(x: &'a DefaultSkewInput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkewInputOutput> for RefNodes<'a>

source§

fn from(x: &'a DefaultSkewInputOutput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultSkewOutput> for RefNodes<'a>

source§

fn from(x: &'a DefaultSkewOutput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefaultText> for RefNodes<'a>

source§

fn from(x: &'a DefaultText) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssertStatement> for RefNodes<'a>

source§

fn from(x: &'a DeferredImmediateAssertStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssertionItem> for RefNodes<'a>

source§

fn from(x: &'a DeferredImmediateAssertionItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssertionStatement> for RefNodes<'a>

source§

fn from(x: &'a DeferredImmediateAssertionStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateAssumeStatement> for RefNodes<'a>

source§

fn from(x: &'a DeferredImmediateAssumeStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DeferredImmediateCoverStatement> for RefNodes<'a>

source§

fn from(x: &'a DeferredImmediateCoverStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DefparamAssignment> for RefNodes<'a>

source§

fn from(x: &'a DefparamAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay2> for RefNodes<'a>

source§

fn from(x: &'a Delay2) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay2Mintypmax> for RefNodes<'a>

source§

fn from(x: &'a Delay2Mintypmax) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay2Single> for RefNodes<'a>

source§

fn from(x: &'a Delay2Single) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay3> for RefNodes<'a>

source§

fn from(x: &'a Delay3) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay3Mintypmax> for RefNodes<'a>

source§

fn from(x: &'a Delay3Mintypmax) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Delay3Single> for RefNodes<'a>

source§

fn from(x: &'a Delay3Single) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayControl> for RefNodes<'a>

source§

fn from(x: &'a DelayControl) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayControlDelay> for RefNodes<'a>

source§

fn from(x: &'a DelayControlDelay) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayControlMintypmax> for RefNodes<'a>

source§

fn from(x: &'a DelayControlMintypmax) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayOrEventControl> for RefNodes<'a>

source§

fn from(x: &'a DelayOrEventControl) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayOrEventControlRepeat> for RefNodes<'a>

source§

fn from(x: &'a DelayOrEventControlRepeat) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayValue> for RefNodes<'a>

source§

fn from(x: &'a DelayValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedData> for RefNodes<'a>

source§

fn from(x: &'a DelayedData) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedDataWithMintypmax> for RefNodes<'a>

source§

fn from(x: &'a DelayedDataWithMintypmax) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedReference> for RefNodes<'a>

source§

fn from(x: &'a DelayedReference) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DelayedReferenceWithMintypmax> for RefNodes<'a>

source§

fn from(x: &'a DelayedReferenceWithMintypmax) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Description> for RefNodes<'a>

source§

fn from(x: &'a Description) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DescriptionBindDirective> for RefNodes<'a>

source§

fn from(x: &'a DescriptionBindDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DescriptionPackageItem> for RefNodes<'a>

source§

fn from(x: &'a DescriptionPackageItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DesignStatement> for RefNodes<'a>

source§

fn from(x: &'a DesignStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatement> for RefNodes<'a>

source§

fn from(x: &'a DisableStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatementBlock> for RefNodes<'a>

source§

fn from(x: &'a DisableStatementBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatementFork> for RefNodes<'a>

source§

fn from(x: &'a DisableStatementFork) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DisableStatementTask> for RefNodes<'a>

source§

fn from(x: &'a DisableStatementTask) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistItem> for RefNodes<'a>

source§

fn from(x: &'a DistItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistList> for RefNodes<'a>

source§

fn from(x: &'a DistList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistWeight> for RefNodes<'a>

source§

fn from(x: &'a DistWeight) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistWeightDivide> for RefNodes<'a>

source§

fn from(x: &'a DistWeightDivide) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DistWeightEqual> for RefNodes<'a>

source§

fn from(x: &'a DistWeightEqual) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiFunctionImportProperty> for RefNodes<'a>

source§

fn from(x: &'a DpiFunctionImportProperty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiFunctionProto> for RefNodes<'a>

source§

fn from(x: &'a DpiFunctionProto) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExport> for RefNodes<'a>

source§

fn from(x: &'a DpiImportExport) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportExportFunction> for RefNodes<'a>

source§

fn from(x: &'a DpiImportExportExportFunction) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportExportTask> for RefNodes<'a>

source§

fn from(x: &'a DpiImportExportExportTask) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportImportFunction> for RefNodes<'a>

source§

fn from(x: &'a DpiImportExportImportFunction) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiImportExportImportTask> for RefNodes<'a>

source§

fn from(x: &'a DpiImportExportImportTask) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiSpecString> for RefNodes<'a>

source§

fn from(x: &'a DpiSpecString) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiTaskImportProperty> for RefNodes<'a>

source§

fn from(x: &'a DpiTaskImportProperty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DpiTaskProto> for RefNodes<'a>

source§

fn from(x: &'a DpiTaskProto) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength> for RefNodes<'a>

source§

fn from(x: &'a DriveStrength) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength01> for RefNodes<'a>

source§

fn from(x: &'a DriveStrength01) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength0z> for RefNodes<'a>

source§

fn from(x: &'a DriveStrength0z) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength10> for RefNodes<'a>

source§

fn from(x: &'a DriveStrength10) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrength1z> for RefNodes<'a>

source§

fn from(x: &'a DriveStrength1z) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrengthz0> for RefNodes<'a>

source§

fn from(x: &'a DriveStrengthz0) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DriveStrengthz1> for RefNodes<'a>

source§

fn from(x: &'a DriveStrengthz1) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DynamicArrayNew> for RefNodes<'a>

source§

fn from(x: &'a DynamicArrayNew) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a DynamicArrayVariableIdentifier> for RefNodes<'a>

source§

fn from(x: &'a DynamicArrayVariableIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeControlSpecifier> for RefNodes<'a>

source§

fn from(x: &'a EdgeControlSpecifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeDescriptor> for RefNodes<'a>

source§

fn from(x: &'a EdgeDescriptor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeIdentifier> for RefNodes<'a>

source§

fn from(x: &'a EdgeIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeIndicator> for RefNodes<'a>

source§

fn from(x: &'a EdgeIndicator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeIndicatorParen> for RefNodes<'a>

source§

fn from(x: &'a EdgeIndicatorParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeInputList> for RefNodes<'a>

source§

fn from(x: &'a EdgeInputList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSensitivePathDeclaration> for RefNodes<'a>

source§

fn from(x: &'a EdgeSensitivePathDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSensitivePathDeclarationFull> for RefNodes<'a>

source§

fn from(x: &'a EdgeSensitivePathDeclarationFull) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSensitivePathDeclarationParallel> for RefNodes<'a>

source§

fn from(x: &'a EdgeSensitivePathDeclarationParallel) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EdgeSymbol> for RefNodes<'a>

source§

fn from(x: &'a EdgeSymbol) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTask> for RefNodes<'a>

source§

fn from(x: &'a ElaborationSystemTask) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskError> for RefNodes<'a>

source§

fn from(x: &'a ElaborationSystemTaskError) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskFatal> for RefNodes<'a>

source§

fn from(x: &'a ElaborationSystemTaskFatal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskInfo> for RefNodes<'a>

source§

fn from(x: &'a ElaborationSystemTaskInfo) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElaborationSystemTaskWarning> for RefNodes<'a>

source§

fn from(x: &'a ElaborationSystemTaskWarning) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElseGroupOfLines> for RefNodes<'a>

source§

fn from(x: &'a ElseGroupOfLines) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ElsifGroupOfLines> for RefNodes<'a>

source§

fn from(x: &'a ElsifGroupOfLines) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EmptyUnpackedArrayConcatenation> for RefNodes<'a>

source§

fn from(x: &'a EmptyUnpackedArrayConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnableGateInstance> for RefNodes<'a>

source§

fn from(x: &'a EnableGateInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnableGatetype> for RefNodes<'a>

source§

fn from(x: &'a EnableGatetype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnableTerminal> for RefNodes<'a>

source§

fn from(x: &'a EnableTerminal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EndEdgeOffset> for RefNodes<'a>

source§

fn from(x: &'a EndEdgeOffset) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EndcelldefineDriveCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a EndcelldefineDriveCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EndkeywordsDirective> for RefNodes<'a>

source§

fn from(x: &'a EndkeywordsDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseType> for RefNodes<'a>

source§

fn from(x: &'a EnumBaseType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseTypeAtom> for RefNodes<'a>

source§

fn from(x: &'a EnumBaseTypeAtom) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseTypeType> for RefNodes<'a>

source§

fn from(x: &'a EnumBaseTypeType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumBaseTypeVector> for RefNodes<'a>

source§

fn from(x: &'a EnumBaseTypeVector) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumIdentifier> for RefNodes<'a>

source§

fn from(x: &'a EnumIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EnumNameDeclaration> for RefNodes<'a>

source§

fn from(x: &'a EnumNameDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ErrorLimitValue> for RefNodes<'a>

source§

fn from(x: &'a ErrorLimitValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EscapedIdentifier> for RefNodes<'a>

source§

fn from(x: &'a EscapedIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventBasedFlag> for RefNodes<'a>

source§

fn from(x: &'a EventBasedFlag) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControl> for RefNodes<'a>

source§

fn from(x: &'a EventControl) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlAsterisk> for RefNodes<'a>

source§

fn from(x: &'a EventControlAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlEventExpression> for RefNodes<'a>

source§

fn from(x: &'a EventControlEventExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlEventIdentifier> for RefNodes<'a>

source§

fn from(x: &'a EventControlEventIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlParenAsterisk> for RefNodes<'a>

source§

fn from(x: &'a EventControlParenAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventControlSequenceIdentifier> for RefNodes<'a>

source§

fn from(x: &'a EventControlSequenceIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpression> for RefNodes<'a>

source§

fn from(x: &'a EventExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionComma> for RefNodes<'a>

source§

fn from(x: &'a EventExpressionComma) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionExpression> for RefNodes<'a>

source§

fn from(x: &'a EventExpressionExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionOr> for RefNodes<'a>

source§

fn from(x: &'a EventExpressionOr) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionParen> for RefNodes<'a>

source§

fn from(x: &'a EventExpressionParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventExpressionSequence> for RefNodes<'a>

source§

fn from(x: &'a EventExpressionSequence) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventTrigger> for RefNodes<'a>

source§

fn from(x: &'a EventTrigger) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventTriggerNamed> for RefNodes<'a>

source§

fn from(x: &'a EventTriggerNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a EventTriggerNonblocking> for RefNodes<'a>

source§

fn from(x: &'a EventTriggerNonblocking) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Exp> for RefNodes<'a>

source§

fn from(x: &'a Exp) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpectPropertyStatement> for RefNodes<'a>

source§

fn from(x: &'a ExpectPropertyStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Expression> for RefNodes<'a>

source§

fn from(x: &'a Expression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionBinary> for RefNodes<'a>

source§

fn from(x: &'a ExpressionBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionOperatorAssignment> for RefNodes<'a>

source§

fn from(x: &'a ExpressionOperatorAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionOrCondPattern> for RefNodes<'a>

source§

fn from(x: &'a ExpressionOrCondPattern) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionOrDist> for RefNodes<'a>

source§

fn from(x: &'a ExpressionOrDist) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExpressionUnary> for RefNodes<'a>

source§

fn from(x: &'a ExpressionUnary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternConstraintDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ExternConstraintDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternTfDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ExternTfDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternTfDeclarationMethod> for RefNodes<'a>

source§

fn from(x: &'a ExternTfDeclarationMethod) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ExternTfDeclarationTask> for RefNodes<'a>

source§

fn from(x: &'a ExternTfDeclarationTask) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FilePathSpec> for RefNodes<'a>

source§

fn from(x: &'a FilePathSpec) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FilePathSpecNonLiteral> for RefNodes<'a>

source§

fn from(x: &'a FilePathSpecNonLiteral) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FinalConstruct> for RefNodes<'a>

source§

fn from(x: &'a FinalConstruct) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FinishNumber> for RefNodes<'a>

source§

fn from(x: &'a FinishNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FixedPointNumber> for RefNodes<'a>

source§

fn from(x: &'a FixedPointNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForInitialization> for RefNodes<'a>

source§

fn from(x: &'a ForInitialization) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForInitializationDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ForInitializationDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForStep> for RefNodes<'a>

source§

fn from(x: &'a ForStep) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForStepAssignment> for RefNodes<'a>

source§

fn from(x: &'a ForStepAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ForVariableDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ForVariableDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FormalArgument> for RefNodes<'a>

source§

fn from(x: &'a FormalArgument) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FormalIdentifier> for RefNodes<'a>

source§

fn from(x: &'a FormalIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FormalPortIdentifier> for RefNodes<'a>

source§

fn from(x: &'a FormalPortIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FullEdgeSensitivePathDescription> for RefNodes<'a>

source§

fn from(x: &'a FullEdgeSensitivePathDescription) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FullPathDescription> for RefNodes<'a>

source§

fn from(x: &'a FullPathDescription) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FullskewTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a FullskewTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionBodyDeclaration> for RefNodes<'a>

source§

fn from(x: &'a FunctionBodyDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionBodyDeclarationWithPort> for RefNodes<'a>

source§

fn from(x: &'a FunctionBodyDeclarationWithPort) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionBodyDeclarationWithoutPort> for RefNodes<'a>

source§

fn from(x: &'a FunctionBodyDeclarationWithoutPort) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionDataTypeOrImplicit> for RefNodes<'a>

source§

fn from(x: &'a FunctionDataTypeOrImplicit) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionDeclaration> for RefNodes<'a>

source§

fn from(x: &'a FunctionDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionIdentifier> for RefNodes<'a>

source§

fn from(x: &'a FunctionIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionPrototype> for RefNodes<'a>

source§

fn from(x: &'a FunctionPrototype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionStatement> for RefNodes<'a>

source§

fn from(x: &'a FunctionStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionStatementOrNull> for RefNodes<'a>

source§

fn from(x: &'a FunctionStatementOrNull) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionStatementOrNullAttribute> for RefNodes<'a>

source§

fn from(x: &'a FunctionStatementOrNullAttribute) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a FunctionSubroutineCall> for RefNodes<'a>

source§

fn from(x: &'a FunctionSubroutineCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiation> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationCmos> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationCmos) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationEnable> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationEnable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationMos> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationMos) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationNInput> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationNInput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationNOutput> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationNOutput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPass> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationPass) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPassEn> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationPassEn) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPulldown> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationPulldown) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GateInstantiationPullup> for RefNodes<'a>

source§

fn from(x: &'a GateInstantiationPullup) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateBlock> for RefNodes<'a>

source§

fn from(x: &'a GenerateBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateBlockIdentifier> for RefNodes<'a>

source§

fn from(x: &'a GenerateBlockIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateBlockMultiple> for RefNodes<'a>

source§

fn from(x: &'a GenerateBlockMultiple) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateItem> for RefNodes<'a>

source§

fn from(x: &'a GenerateItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenerateRegion> for RefNodes<'a>

source§

fn from(x: &'a GenerateRegion) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Genvar> for RefNodes<'a>

source§

fn from(x: &'a Genvar) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarDeclaration> for RefNodes<'a>

source§

fn from(x: &'a GenvarDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarExpression> for RefNodes<'a>

source§

fn from(x: &'a GenvarExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIdentifier> for RefNodes<'a>

source§

fn from(x: &'a GenvarIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarInitialization> for RefNodes<'a>

source§

fn from(x: &'a GenvarInitialization) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIteration> for RefNodes<'a>

source§

fn from(x: &'a GenvarIteration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIterationAssignment> for RefNodes<'a>

source§

fn from(x: &'a GenvarIterationAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIterationPrefix> for RefNodes<'a>

source§

fn from(x: &'a GenvarIterationPrefix) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GenvarIterationSuffix> for RefNodes<'a>

source§

fn from(x: &'a GenvarIterationSuffix) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a GotoRepetition> for RefNodes<'a>

source§

fn from(x: &'a GotoRepetition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HexBase> for RefNodes<'a>

source§

fn from(x: &'a HexBase) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HexNumber> for RefNodes<'a>

source§

fn from(x: &'a HexNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HexValue> for RefNodes<'a>

source§

fn from(x: &'a HexValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalArrayIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalArrayIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalBlockIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalBlockIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalBtfIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalBtfIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalBtfIdentifierMethod> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalBtfIdentifierMethod) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalEventIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalEventIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalIdentifierOrClassScope> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalIdentifierOrClassScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalInstance> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalNetIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalNetIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalParameterIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalParameterIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalPropertyIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalPropertyIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalSequenceIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalSequenceIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalTaskIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalTaskIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalTfIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalTfIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HierarchicalVariableIdentifier> for RefNodes<'a>

source§

fn from(x: &'a HierarchicalVariableIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a HoldTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a HoldTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Identifier> for RefNodes<'a>

source§

fn from(x: &'a Identifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IdentifierList> for RefNodes<'a>

source§

fn from(x: &'a IdentifierList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfGenerateConstruct> for RefNodes<'a>

source§

fn from(x: &'a IfGenerateConstruct) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfdefDirective> for RefNodes<'a>

source§

fn from(x: &'a IfdefDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfdefGroupOfLines> for RefNodes<'a>

source§

fn from(x: &'a IfdefGroupOfLines) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfndefDirective> for RefNodes<'a>

source§

fn from(x: &'a IfndefDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IfndefGroupOfLines> for RefNodes<'a>

source§

fn from(x: &'a IfndefGroupOfLines) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImmediateAssertionStatement> for RefNodes<'a>

source§

fn from(x: &'a ImmediateAssertionStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandle> for RefNodes<'a>

source§

fn from(x: &'a ImplicitClassHandle) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandleOrClassScope> for RefNodes<'a>

source§

fn from(x: &'a ImplicitClassHandleOrClassScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandleOrClassScopeOrPackageScope> for RefNodes<'a>

source§

fn from(x: &'a ImplicitClassHandleOrClassScopeOrPackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitClassHandleOrPackageScope> for RefNodes<'a>

source§

fn from(x: &'a ImplicitClassHandleOrPackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImplicitDataType> for RefNodes<'a>

source§

fn from(x: &'a ImplicitDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ImportExport> for RefNodes<'a>

source§

fn from(x: &'a ImportExport) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecExpression> for RefNodes<'a>

source§

fn from(x: &'a IncOrDecExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecExpressionPrefix> for RefNodes<'a>

source§

fn from(x: &'a IncOrDecExpressionPrefix) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecExpressionSuffix> for RefNodes<'a>

source§

fn from(x: &'a IncOrDecExpressionSuffix) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncOrDecOperator> for RefNodes<'a>

source§

fn from(x: &'a IncOrDecOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a IncludeCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirectiveAngleBracket> for RefNodes<'a>

source§

fn from(x: &'a IncludeCompilerDirectiveAngleBracket) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirectiveDoubleQuote> for RefNodes<'a>

source§

fn from(x: &'a IncludeCompilerDirectiveDoubleQuote) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeCompilerDirectiveTextMacroUsage> for RefNodes<'a>

source§

fn from(x: &'a IncludeCompilerDirectiveTextMacroUsage) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IncludeStatement> for RefNodes<'a>

source§

fn from(x: &'a IncludeStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IndexVariableIdentifier> for RefNodes<'a>

source§

fn from(x: &'a IndexVariableIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IndexedRange> for RefNodes<'a>

source§

fn from(x: &'a IndexedRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InitVal> for RefNodes<'a>

source§

fn from(x: &'a InitVal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InitialConstruct> for RefNodes<'a>

source§

fn from(x: &'a InitialConstruct) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InoutDeclaration> for RefNodes<'a>

source§

fn from(x: &'a InoutDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InoutPortIdentifier> for RefNodes<'a>

source§

fn from(x: &'a InoutPortIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InoutTerminal> for RefNodes<'a>

source§

fn from(x: &'a InoutTerminal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputDeclaration> for RefNodes<'a>

source§

fn from(x: &'a InputDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputDeclarationNet> for RefNodes<'a>

source§

fn from(x: &'a InputDeclarationNet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputDeclarationVariable> for RefNodes<'a>

source§

fn from(x: &'a InputDeclarationVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputIdentifier> for RefNodes<'a>

source§

fn from(x: &'a InputIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputIdentifierInterface> for RefNodes<'a>

source§

fn from(x: &'a InputIdentifierInterface) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputPortIdentifier> for RefNodes<'a>

source§

fn from(x: &'a InputPortIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InputTerminal> for RefNodes<'a>

source§

fn from(x: &'a InputTerminal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InsideExpression> for RefNodes<'a>

source§

fn from(x: &'a InsideExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InstClause> for RefNodes<'a>

source§

fn from(x: &'a InstClause) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InstName> for RefNodes<'a>

source§

fn from(x: &'a InstName) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InstanceIdentifier> for RefNodes<'a>

source§

fn from(x: &'a InstanceIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerAtomType> for RefNodes<'a>

source§

fn from(x: &'a IntegerAtomType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerCovergroupExpression> for RefNodes<'a>

source§

fn from(x: &'a IntegerCovergroupExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerType> for RefNodes<'a>

source§

fn from(x: &'a IntegerType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegerVectorType> for RefNodes<'a>

source§

fn from(x: &'a IntegerVectorType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a IntegralNumber> for RefNodes<'a>

source§

fn from(x: &'a IntegralNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Interface> for RefNodes<'a>

source§

fn from(x: &'a Interface) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceAnsiHeader> for RefNodes<'a>

source§

fn from(x: &'a InterfaceAnsiHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassDeclaration> for RefNodes<'a>

source§

fn from(x: &'a InterfaceClassDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassItem> for RefNodes<'a>

source§

fn from(x: &'a InterfaceClassItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassItemMethod> for RefNodes<'a>

source§

fn from(x: &'a InterfaceClassItemMethod) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassMethod> for RefNodes<'a>

source§

fn from(x: &'a InterfaceClassMethod) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceClassType> for RefNodes<'a>

source§

fn from(x: &'a InterfaceClassType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclaration> for RefNodes<'a>

source§

fn from(x: &'a InterfaceDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationAnsi> for RefNodes<'a>

source§

fn from(x: &'a InterfaceDeclarationAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationExternAnsi> for RefNodes<'a>

source§

fn from(x: &'a InterfaceDeclarationExternAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationExternNonansi> for RefNodes<'a>

source§

fn from(x: &'a InterfaceDeclarationExternNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationNonansi> for RefNodes<'a>

source§

fn from(x: &'a InterfaceDeclarationNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceDeclarationWildcard> for RefNodes<'a>

source§

fn from(x: &'a InterfaceDeclarationWildcard) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceIdentifier> for RefNodes<'a>

source§

fn from(x: &'a InterfaceIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceIdentifierOrClassScope> for RefNodes<'a>

source§

fn from(x: &'a InterfaceIdentifierOrClassScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceInstanceIdentifier> for RefNodes<'a>

source§

fn from(x: &'a InterfaceInstanceIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceInstantiation> for RefNodes<'a>

source§

fn from(x: &'a InterfaceInstantiation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceItem> for RefNodes<'a>

source§

fn from(x: &'a InterfaceItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceNonansiHeader> for RefNodes<'a>

source§

fn from(x: &'a InterfaceNonansiHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceOrGenerateItem> for RefNodes<'a>

source§

fn from(x: &'a InterfaceOrGenerateItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceOrGenerateItemExtern> for RefNodes<'a>

source§

fn from(x: &'a InterfaceOrGenerateItemExtern) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfaceOrGenerateItemModule> for RefNodes<'a>

source§

fn from(x: &'a InterfaceOrGenerateItemModule) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortDeclaration> for RefNodes<'a>

source§

fn from(x: &'a InterfacePortDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortHeader> for RefNodes<'a>

source§

fn from(x: &'a InterfacePortHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortHeaderIdentifier> for RefNodes<'a>

source§

fn from(x: &'a InterfacePortHeaderIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a InterfacePortHeaderInterface> for RefNodes<'a>

source§

fn from(x: &'a InterfacePortHeaderInterface) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JoinKeyword> for RefNodes<'a>

source§

fn from(x: &'a JoinKeyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatement> for RefNodes<'a>

source§

fn from(x: &'a JumpStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatementBreak> for RefNodes<'a>

source§

fn from(x: &'a JumpStatementBreak) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatementContinue> for RefNodes<'a>

source§

fn from(x: &'a JumpStatementContinue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a JumpStatementReturn> for RefNodes<'a>

source§

fn from(x: &'a JumpStatementReturn) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Keyword> for RefNodes<'a>

source§

fn from(x: &'a Keyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a KeywordsDirective> for RefNodes<'a>

source§

fn from(x: &'a KeywordsDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetActualArg> for RefNodes<'a>

source§

fn from(x: &'a LetActualArg) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetDeclaration> for RefNodes<'a>

source§

fn from(x: &'a LetDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetExpression> for RefNodes<'a>

source§

fn from(x: &'a LetExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetFormalType> for RefNodes<'a>

source§

fn from(x: &'a LetFormalType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetIdentifier> for RefNodes<'a>

source§

fn from(x: &'a LetIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetListOfArguments> for RefNodes<'a>

source§

fn from(x: &'a LetListOfArguments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetListOfArgumentsNamed> for RefNodes<'a>

source§

fn from(x: &'a LetListOfArgumentsNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetListOfArgumentsOrdered> for RefNodes<'a>

source§

fn from(x: &'a LetListOfArgumentsOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetPortItem> for RefNodes<'a>

source§

fn from(x: &'a LetPortItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LetPortList> for RefNodes<'a>

source§

fn from(x: &'a LetPortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Level> for RefNodes<'a>

source§

fn from(x: &'a Level) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LevelInputList> for RefNodes<'a>

source§

fn from(x: &'a LevelInputList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LevelSymbol> for RefNodes<'a>

source§

fn from(x: &'a LevelSymbol) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LiblistClause> for RefNodes<'a>

source§

fn from(x: &'a LiblistClause) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryDeclaration> for RefNodes<'a>

source§

fn from(x: &'a LibraryDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryDescription> for RefNodes<'a>

source§

fn from(x: &'a LibraryDescription) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryIdentifier> for RefNodes<'a>

source§

fn from(x: &'a LibraryIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LibraryText> for RefNodes<'a>

source§

fn from(x: &'a LibraryText) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Lifetime> for RefNodes<'a>

source§

fn from(x: &'a Lifetime) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LimitValue> for RefNodes<'a>

source§

fn from(x: &'a LimitValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LineCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a LineCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T, U> From<&'a List<T, U>> for RefNodes<'a>where &'a T: Into<RefNodes<'a>>, &'a U: Into<RefNodes<'a>>,

source§

fn from(x: &'a List<T, U>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfActualArguments> for RefNodes<'a>

source§

fn from(x: &'a ListOfActualArguments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfArguments> for RefNodes<'a>

source§

fn from(x: &'a ListOfArguments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfArgumentsNamed> for RefNodes<'a>

source§

fn from(x: &'a ListOfArgumentsNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfArgumentsOrdered> for RefNodes<'a>

source§

fn from(x: &'a ListOfArgumentsOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCheckerPortConnections> for RefNodes<'a>

source§

fn from(x: &'a ListOfCheckerPortConnections) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCheckerPortConnectionsNamed> for RefNodes<'a>

source§

fn from(x: &'a ListOfCheckerPortConnectionsNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCheckerPortConnectionsOrdered> for RefNodes<'a>

source§

fn from(x: &'a ListOfCheckerPortConnectionsOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfClockingDeclAssign> for RefNodes<'a>

source§

fn from(x: &'a ListOfClockingDeclAssign) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfCrossItems> for RefNodes<'a>

source§

fn from(x: &'a ListOfCrossItems) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfDefparamAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfDefparamAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfFormalArguments> for RefNodes<'a>

source§

fn from(x: &'a ListOfFormalArguments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfGenvarIdentifiers> for RefNodes<'a>

source§

fn from(x: &'a ListOfGenvarIdentifiers) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfInterfaceIdentifiers> for RefNodes<'a>

source§

fn from(x: &'a ListOfInterfaceIdentifiers) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfNetAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfNetAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfNetDeclAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfNetDeclAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParamAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfParamAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParameterAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfParameterAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParameterAssignmentsNamed> for RefNodes<'a>

source§

fn from(x: &'a ListOfParameterAssignmentsNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfParameterAssignmentsOrdered> for RefNodes<'a>

source§

fn from(x: &'a ListOfParameterAssignmentsOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPathDelayExpressions> for RefNodes<'a>

source§

fn from(x: &'a ListOfPathDelayExpressions) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPathInputs> for RefNodes<'a>

source§

fn from(x: &'a ListOfPathInputs) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPathOutputs> for RefNodes<'a>

source§

fn from(x: &'a ListOfPathOutputs) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortConnections> for RefNodes<'a>

source§

fn from(x: &'a ListOfPortConnections) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortConnectionsNamed> for RefNodes<'a>

source§

fn from(x: &'a ListOfPortConnectionsNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortConnectionsOrdered> for RefNodes<'a>

source§

fn from(x: &'a ListOfPortConnectionsOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortDeclarations> for RefNodes<'a>

source§

fn from(x: &'a ListOfPortDeclarations) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPortIdentifiers> for RefNodes<'a>

source§

fn from(x: &'a ListOfPortIdentifiers) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfPorts> for RefNodes<'a>

source§

fn from(x: &'a ListOfPorts) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfSpecparamAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfSpecparamAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfTfVariableIdentifiers> for RefNodes<'a>

source§

fn from(x: &'a ListOfTfVariableIdentifiers) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfTypeAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfTypeAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfUdpPortIdentifiers> for RefNodes<'a>

source§

fn from(x: &'a ListOfUdpPortIdentifiers) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariableAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfVariableAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariableDeclAssignments> for RefNodes<'a>

source§

fn from(x: &'a ListOfVariableDeclAssignments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariableIdentifiers> for RefNodes<'a>

source§

fn from(x: &'a ListOfVariableIdentifiers) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ListOfVariablePortIdentifiers> for RefNodes<'a>

source§

fn from(x: &'a ListOfVariablePortIdentifiers) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Local> for RefNodes<'a>

source§

fn from(x: &'a Local) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalOrPackageScopeOrClassScope> for RefNodes<'a>

source§

fn from(x: &'a LocalOrPackageScopeOrClassScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalParameterDeclaration> for RefNodes<'a>

source§

fn from(x: &'a LocalParameterDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalParameterDeclarationParam> for RefNodes<'a>

source§

fn from(x: &'a LocalParameterDeclarationParam) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LocalParameterDeclarationType> for RefNodes<'a>

source§

fn from(x: &'a LocalParameterDeclarationType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Locate> for RefNodes<'a>

source§

fn from(x: &'a Locate) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopGenerateConstruct> for RefNodes<'a>

source§

fn from(x: &'a LoopGenerateConstruct) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatement> for RefNodes<'a>

source§

fn from(x: &'a LoopStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementDoWhile> for RefNodes<'a>

source§

fn from(x: &'a LoopStatementDoWhile) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementFor> for RefNodes<'a>

source§

fn from(x: &'a LoopStatementFor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementForeach> for RefNodes<'a>

source§

fn from(x: &'a LoopStatementForeach) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementForever> for RefNodes<'a>

source§

fn from(x: &'a LoopStatementForever) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementRepeat> for RefNodes<'a>

source§

fn from(x: &'a LoopStatementRepeat) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopStatementWhile> for RefNodes<'a>

source§

fn from(x: &'a LoopStatementWhile) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a LoopVariables> for RefNodes<'a>

source§

fn from(x: &'a LoopVariables) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MacroText> for RefNodes<'a>

source§

fn from(x: &'a MacroText) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MemberIdentifier> for RefNodes<'a>

source§

fn from(x: &'a MemberIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCall> for RefNodes<'a>

source§

fn from(x: &'a MethodCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCallBody> for RefNodes<'a>

source§

fn from(x: &'a MethodCallBody) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCallBodyUser> for RefNodes<'a>

source§

fn from(x: &'a MethodCallBodyUser) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodCallRoot> for RefNodes<'a>

source§

fn from(x: &'a MethodCallRoot) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodIdentifier> for RefNodes<'a>

source§

fn from(x: &'a MethodIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodPrototype> for RefNodes<'a>

source§

fn from(x: &'a MethodPrototype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MethodQualifier> for RefNodes<'a>

source§

fn from(x: &'a MethodQualifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MintypmaxExpression> for RefNodes<'a>

source§

fn from(x: &'a MintypmaxExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MintypmaxExpressionTernary> for RefNodes<'a>

source§

fn from(x: &'a MintypmaxExpressionTernary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportClockingDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ModportClockingDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ModportDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ModportIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportItem> for RefNodes<'a>

source§

fn from(x: &'a ModportItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ModportPortsDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclarationClocking> for RefNodes<'a>

source§

fn from(x: &'a ModportPortsDeclarationClocking) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclarationSimple> for RefNodes<'a>

source§

fn from(x: &'a ModportPortsDeclarationSimple) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportPortsDeclarationTf> for RefNodes<'a>

source§

fn from(x: &'a ModportPortsDeclarationTf) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePort> for RefNodes<'a>

source§

fn from(x: &'a ModportSimplePort) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePortNamed> for RefNodes<'a>

source§

fn from(x: &'a ModportSimplePortNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePortOrdered> for RefNodes<'a>

source§

fn from(x: &'a ModportSimplePortOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportSimplePortsDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ModportSimplePortsDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportTfPort> for RefNodes<'a>

source§

fn from(x: &'a ModportTfPort) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModportTfPortsDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ModportTfPortsDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleAnsiHeader> for RefNodes<'a>

source§

fn from(x: &'a ModuleAnsiHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleCommonItem> for RefNodes<'a>

source§

fn from(x: &'a ModuleCommonItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ModuleDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationAnsi> for RefNodes<'a>

source§

fn from(x: &'a ModuleDeclarationAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationExternAnsi> for RefNodes<'a>

source§

fn from(x: &'a ModuleDeclarationExternAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationExternNonansi> for RefNodes<'a>

source§

fn from(x: &'a ModuleDeclarationExternNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationNonansi> for RefNodes<'a>

source§

fn from(x: &'a ModuleDeclarationNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleDeclarationWildcard> for RefNodes<'a>

source§

fn from(x: &'a ModuleDeclarationWildcard) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ModuleIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleInstantiation> for RefNodes<'a>

source§

fn from(x: &'a ModuleInstantiation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleItem> for RefNodes<'a>

source§

fn from(x: &'a ModuleItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleKeyword> for RefNodes<'a>

source§

fn from(x: &'a ModuleKeyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleNonansiHeader> for RefNodes<'a>

source§

fn from(x: &'a ModuleNonansiHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItem> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemDeclarationClocking> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemDeclarationClocking) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemDeclarationDisable> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemDeclarationDisable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemGate> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemGate) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemModule> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemModule) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemModuleItem> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemModuleItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemParameter> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemParameter) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModuleOrGenerateItemUdp> for RefNodes<'a>

source§

fn from(x: &'a ModuleOrGenerateItemUdp) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathConcatenation> for RefNodes<'a>

source§

fn from(x: &'a ModulePathConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathConditionalExpression> for RefNodes<'a>

source§

fn from(x: &'a ModulePathConditionalExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathExpression> for RefNodes<'a>

source§

fn from(x: &'a ModulePathExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathExpressionBinary> for RefNodes<'a>

source§

fn from(x: &'a ModulePathExpressionBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathExpressionUnary> for RefNodes<'a>

source§

fn from(x: &'a ModulePathExpressionUnary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathMintypmaxExpression> for RefNodes<'a>

source§

fn from(x: &'a ModulePathMintypmaxExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathMintypmaxExpressionTernary> for RefNodes<'a>

source§

fn from(x: &'a ModulePathMintypmaxExpressionTernary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathMultipleConcatenation> for RefNodes<'a>

source§

fn from(x: &'a ModulePathMultipleConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathPrimary> for RefNodes<'a>

source§

fn from(x: &'a ModulePathPrimary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ModulePathPrimaryMintypmax> for RefNodes<'a>

source§

fn from(x: &'a ModulePathPrimaryMintypmax) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MosSwitchInstance> for RefNodes<'a>

source§

fn from(x: &'a MosSwitchInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MosSwitchtype> for RefNodes<'a>

source§

fn from(x: &'a MosSwitchtype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a MultipleConcatenation> for RefNodes<'a>

source§

fn from(x: &'a MultipleConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NInputGateInstance> for RefNodes<'a>

source§

fn from(x: &'a NInputGateInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NInputGatetype> for RefNodes<'a>

source§

fn from(x: &'a NInputGatetype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NOutputGateInstance> for RefNodes<'a>

source§

fn from(x: &'a NOutputGateInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NOutputGatetype> for RefNodes<'a>

source§

fn from(x: &'a NOutputGatetype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NameOfInstance> for RefNodes<'a>

source§

fn from(x: &'a NameOfInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedCheckerPortConnection> for RefNodes<'a>

source§

fn from(x: &'a NamedCheckerPortConnection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedCheckerPortConnectionAsterisk> for RefNodes<'a>

source§

fn from(x: &'a NamedCheckerPortConnectionAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedCheckerPortConnectionIdentifier> for RefNodes<'a>

source§

fn from(x: &'a NamedCheckerPortConnectionIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedParameterAssignment> for RefNodes<'a>

source§

fn from(x: &'a NamedParameterAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedPortConnection> for RefNodes<'a>

source§

fn from(x: &'a NamedPortConnection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedPortConnectionAsterisk> for RefNodes<'a>

source§

fn from(x: &'a NamedPortConnectionAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NamedPortConnectionIdentifier> for RefNodes<'a>

source§

fn from(x: &'a NamedPortConnectionIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NcontrolTerminal> for RefNodes<'a>

source§

fn from(x: &'a NcontrolTerminal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetAlias> for RefNodes<'a>

source§

fn from(x: &'a NetAlias) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetAssignment> for RefNodes<'a>

source§

fn from(x: &'a NetAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclAssignment> for RefNodes<'a>

source§

fn from(x: &'a NetDeclAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclaration> for RefNodes<'a>

source§

fn from(x: &'a NetDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclarationInterconnect> for RefNodes<'a>

source§

fn from(x: &'a NetDeclarationInterconnect) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclarationNetType> for RefNodes<'a>

source§

fn from(x: &'a NetDeclarationNetType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetDeclarationNetTypeIdentifier> for RefNodes<'a>

source§

fn from(x: &'a NetDeclarationNetTypeIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetIdentifier> for RefNodes<'a>

source§

fn from(x: &'a NetIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvalue> for RefNodes<'a>

source§

fn from(x: &'a NetLvalue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvalueIdentifier> for RefNodes<'a>

source§

fn from(x: &'a NetLvalueIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvalueLvalue> for RefNodes<'a>

source§

fn from(x: &'a NetLvalueLvalue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetLvaluePattern> for RefNodes<'a>

source§

fn from(x: &'a NetLvaluePattern) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortHeader> for RefNodes<'a>

source§

fn from(x: &'a NetPortHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortHeaderOrInterfacePortHeader> for RefNodes<'a>

source§

fn from(x: &'a NetPortHeaderOrInterfacePortHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortType> for RefNodes<'a>

source§

fn from(x: &'a NetPortType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortTypeDataType> for RefNodes<'a>

source§

fn from(x: &'a NetPortTypeDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetPortTypeInterconnect> for RefNodes<'a>

source§

fn from(x: &'a NetPortTypeInterconnect) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetType> for RefNodes<'a>

source§

fn from(x: &'a NetType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeDeclaration> for RefNodes<'a>

source§

fn from(x: &'a NetTypeDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeDeclarationDataType> for RefNodes<'a>

source§

fn from(x: &'a NetTypeDeclarationDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeDeclarationNetType> for RefNodes<'a>

source§

fn from(x: &'a NetTypeDeclarationNetType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NetTypeIdentifier> for RefNodes<'a>

source§

fn from(x: &'a NetTypeIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a New> for RefNodes<'a>

source§

fn from(x: &'a New) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NextState> for RefNodes<'a>

source§

fn from(x: &'a NextState) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NochangeTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a NochangeTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonConsecutiveRepetition> for RefNodes<'a>

source§

fn from(x: &'a NonConsecutiveRepetition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonIntegerType> for RefNodes<'a>

source§

fn from(x: &'a NonIntegerType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortInterfaceItem> for RefNodes<'a>

source§

fn from(x: &'a NonPortInterfaceItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortModuleItem> for RefNodes<'a>

source§

fn from(x: &'a NonPortModuleItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortModuleItemSpecparam> for RefNodes<'a>

source§

fn from(x: &'a NonPortModuleItemSpecparam) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItem> for RefNodes<'a>

source§

fn from(x: &'a NonPortProgramItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemAssertion> for RefNodes<'a>

source§

fn from(x: &'a NonPortProgramItemAssertion) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemAssign> for RefNodes<'a>

source§

fn from(x: &'a NonPortProgramItemAssign) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemFinal> for RefNodes<'a>

source§

fn from(x: &'a NonPortProgramItemFinal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemInitial> for RefNodes<'a>

source§

fn from(x: &'a NonPortProgramItemInitial) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonPortProgramItemModule> for RefNodes<'a>

source§

fn from(x: &'a NonPortProgramItemModule) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonZeroUnsignedNumber> for RefNodes<'a>

source§

fn from(x: &'a NonZeroUnsignedNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonblockingAssignment> for RefNodes<'a>

source§

fn from(x: &'a NonblockingAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonrangeSelect> for RefNodes<'a>

source§

fn from(x: &'a NonrangeSelect) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NonrangeVariableLvalue> for RefNodes<'a>

source§

fn from(x: &'a NonrangeVariableLvalue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Notifier> for RefNodes<'a>

source§

fn from(x: &'a Notifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a NounconnectedDriveCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a NounconnectedDriveCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Number> for RefNodes<'a>

source§

fn from(x: &'a Number) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OctalBase> for RefNodes<'a>

source§

fn from(x: &'a OctalBase) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OctalNumber> for RefNodes<'a>

source§

fn from(x: &'a OctalNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OctalValue> for RefNodes<'a>

source§

fn from(x: &'a OctalValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OpenRangeList> for RefNodes<'a>

source§

fn from(x: &'a OpenRangeList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OpenValueRange> for RefNodes<'a>

source§

fn from(x: &'a OpenValueRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OperatorAssignment> for RefNodes<'a>

source§

fn from(x: &'a OperatorAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T> From<&'a Option<T>> for RefNodes<'a>where T: 'a, &'a T: Into<RefNodes<'a>>,

source§

fn from(x: &'a Option<T>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OrderedCheckerPortConnection> for RefNodes<'a>

source§

fn from(x: &'a OrderedCheckerPortConnection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OrderedParameterAssignment> for RefNodes<'a>

source§

fn from(x: &'a OrderedParameterAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OrderedPortConnection> for RefNodes<'a>

source§

fn from(x: &'a OrderedPortConnection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputDeclaration> for RefNodes<'a>

source§

fn from(x: &'a OutputDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputDeclarationNet> for RefNodes<'a>

source§

fn from(x: &'a OutputDeclarationNet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputDeclarationVariable> for RefNodes<'a>

source§

fn from(x: &'a OutputDeclarationVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputIdentifier> for RefNodes<'a>

source§

fn from(x: &'a OutputIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputIdentifierInterface> for RefNodes<'a>

source§

fn from(x: &'a OutputIdentifierInterface) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputPortIdentifier> for RefNodes<'a>

source§

fn from(x: &'a OutputPortIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputSymbol> for RefNodes<'a>

source§

fn from(x: &'a OutputSymbol) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a OutputTerminal> for RefNodes<'a>

source§

fn from(x: &'a OutputTerminal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PackageDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageExportDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PackageExportDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageExportDeclarationAsterisk> for RefNodes<'a>

source§

fn from(x: &'a PackageExportDeclarationAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageExportDeclarationItem> for RefNodes<'a>

source§

fn from(x: &'a PackageExportDeclarationItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PackageIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PackageImportDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportItem> for RefNodes<'a>

source§

fn from(x: &'a PackageImportItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportItemAsterisk> for RefNodes<'a>

source§

fn from(x: &'a PackageImportItemAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageImportItemIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PackageImportItemIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageItem> for RefNodes<'a>

source§

fn from(x: &'a PackageItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageOrGenerateItemDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PackageOrGenerateItemDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageScope> for RefNodes<'a>

source§

fn from(x: &'a PackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageScopeOrClassScope> for RefNodes<'a>

source§

fn from(x: &'a PackageScopeOrClassScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackageScopePackage> for RefNodes<'a>

source§

fn from(x: &'a PackageScopePackage) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Packed> for RefNodes<'a>

source§

fn from(x: &'a Packed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackedDimension> for RefNodes<'a>

source§

fn from(x: &'a PackedDimension) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PackedDimensionRange> for RefNodes<'a>

source§

fn from(x: &'a PackedDimensionRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParBlock> for RefNodes<'a>

source§

fn from(x: &'a ParBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParallelEdgeSensitivePathDescription> for RefNodes<'a>

source§

fn from(x: &'a ParallelEdgeSensitivePathDescription) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParallelPathDescription> for RefNodes<'a>

source§

fn from(x: &'a ParallelPathDescription) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParamAssignment> for RefNodes<'a>

source§

fn from(x: &'a ParamAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParamExpression> for RefNodes<'a>

source§

fn from(x: &'a ParamExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ParameterDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterDeclarationParam> for RefNodes<'a>

source§

fn from(x: &'a ParameterDeclarationParam) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterDeclarationType> for RefNodes<'a>

source§

fn from(x: &'a ParameterDeclarationType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ParameterIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterOverride> for RefNodes<'a>

source§

fn from(x: &'a ParameterOverride) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ParameterPortDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortDeclarationParamList> for RefNodes<'a>

source§

fn from(x: &'a ParameterPortDeclarationParamList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortDeclarationTypeList> for RefNodes<'a>

source§

fn from(x: &'a ParameterPortDeclarationTypeList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortList> for RefNodes<'a>

source§

fn from(x: &'a ParameterPortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortListAssignment> for RefNodes<'a>

source§

fn from(x: &'a ParameterPortListAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterPortListDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ParameterPortListDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ParameterValueAssignment> for RefNodes<'a>

source§

fn from(x: &'a ParameterValueAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T> From<&'a Paren<T>> for RefNodes<'a>where &'a T: Into<RefNodes<'a>>,

source§

fn from(x: &'a Paren<T>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PartSelectRange> for RefNodes<'a>

source§

fn from(x: &'a PartSelectRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassEnSwitchtype> for RefNodes<'a>

source§

fn from(x: &'a PassEnSwitchtype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassEnableSwitchInstance> for RefNodes<'a>

source§

fn from(x: &'a PassEnableSwitchInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassSwitchInstance> for RefNodes<'a>

source§

fn from(x: &'a PassSwitchInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PassSwitchtype> for RefNodes<'a>

source§

fn from(x: &'a PassSwitchtype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PathDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDelayExpression> for RefNodes<'a>

source§

fn from(x: &'a PathDelayExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDelayValue> for RefNodes<'a>

source§

fn from(x: &'a PathDelayValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PathDelayValueParen> for RefNodes<'a>

source§

fn from(x: &'a PathDelayValueParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Pattern> for RefNodes<'a>

source§

fn from(x: &'a Pattern) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternIdentifierList> for RefNodes<'a>

source§

fn from(x: &'a PatternIdentifierList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternList> for RefNodes<'a>

source§

fn from(x: &'a PatternList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternTagged> for RefNodes<'a>

source§

fn from(x: &'a PatternTagged) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PatternVariable> for RefNodes<'a>

source§

fn from(x: &'a PatternVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PcontrolTerminal> for RefNodes<'a>

source§

fn from(x: &'a PcontrolTerminal) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PeriodTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a PeriodTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PolarityOperator> for RefNodes<'a>

source§

fn from(x: &'a PolarityOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Port> for RefNodes<'a>

source§

fn from(x: &'a Port) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PortDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationInout> for RefNodes<'a>

source§

fn from(x: &'a PortDeclarationInout) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationInput> for RefNodes<'a>

source§

fn from(x: &'a PortDeclarationInput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationInterface> for RefNodes<'a>

source§

fn from(x: &'a PortDeclarationInterface) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationOutput> for RefNodes<'a>

source§

fn from(x: &'a PortDeclarationOutput) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDeclarationRef> for RefNodes<'a>

source§

fn from(x: &'a PortDeclarationRef) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortDirection> for RefNodes<'a>

source§

fn from(x: &'a PortDirection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortExpression> for RefNodes<'a>

source§

fn from(x: &'a PortExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortExpressionBrace> for RefNodes<'a>

source§

fn from(x: &'a PortExpressionBrace) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PortIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortNamed> for RefNodes<'a>

source§

fn from(x: &'a PortNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortNonNamed> for RefNodes<'a>

source§

fn from(x: &'a PortNonNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PortReference> for RefNodes<'a>

source§

fn from(x: &'a PortReference) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PositionCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a PositionCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Pragma> for RefNodes<'a>

source§

fn from(x: &'a Pragma) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaExpression> for RefNodes<'a>

source§

fn from(x: &'a PragmaExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaExpressionAssignment> for RefNodes<'a>

source§

fn from(x: &'a PragmaExpressionAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaKeyword> for RefNodes<'a>

source§

fn from(x: &'a PragmaKeyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaName> for RefNodes<'a>

source§

fn from(x: &'a PragmaName) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaValue> for RefNodes<'a>

source§

fn from(x: &'a PragmaValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PragmaValueParen> for RefNodes<'a>

source§

fn from(x: &'a PragmaValueParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PreprocessorText> for RefNodes<'a>

source§

fn from(x: &'a PreprocessorText) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Primary> for RefNodes<'a>

source§

fn from(x: &'a Primary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryConcatenation> for RefNodes<'a>

source§

fn from(x: &'a PrimaryConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryHierarchical> for RefNodes<'a>

source§

fn from(x: &'a PrimaryHierarchical) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryLiteral> for RefNodes<'a>

source§

fn from(x: &'a PrimaryLiteral) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryMintypmaxExpression> for RefNodes<'a>

source§

fn from(x: &'a PrimaryMintypmaxExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PrimaryMultipleConcatenation> for RefNodes<'a>

source§

fn from(x: &'a PrimaryMultipleConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralAssertionStatement> for RefNodes<'a>

source§

fn from(x: &'a ProceduralAssertionStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignment> for RefNodes<'a>

source§

fn from(x: &'a ProceduralContinuousAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentAssign> for RefNodes<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentAssign) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentDeassign> for RefNodes<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentDeassign) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentForceNet> for RefNodes<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentForceNet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentForceVariable> for RefNodes<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentForceVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentReleaseNet> for RefNodes<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentReleaseNet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralContinuousAssignmentReleaseVariable> for RefNodes<'a>

source§

fn from(x: &'a ProceduralContinuousAssignmentReleaseVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralTimingControl> for RefNodes<'a>

source§

fn from(x: &'a ProceduralTimingControl) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProceduralTimingControlStatement> for RefNodes<'a>

source§

fn from(x: &'a ProceduralTimingControlStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Production> for RefNodes<'a>

source§

fn from(x: &'a Production) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProductionIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ProductionIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProductionItem> for RefNodes<'a>

source§

fn from(x: &'a ProductionItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramAnsiHeader> for RefNodes<'a>

source§

fn from(x: &'a ProgramAnsiHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ProgramDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationAnsi> for RefNodes<'a>

source§

fn from(x: &'a ProgramDeclarationAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationExternAnsi> for RefNodes<'a>

source§

fn from(x: &'a ProgramDeclarationExternAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationExternNonansi> for RefNodes<'a>

source§

fn from(x: &'a ProgramDeclarationExternNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationNonansi> for RefNodes<'a>

source§

fn from(x: &'a ProgramDeclarationNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramDeclarationWildcard> for RefNodes<'a>

source§

fn from(x: &'a ProgramDeclarationWildcard) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramGenerateItem> for RefNodes<'a>

source§

fn from(x: &'a ProgramGenerateItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramIdentifier> for RefNodes<'a>

source§

fn from(x: &'a ProgramIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramInstantiation> for RefNodes<'a>

source§

fn from(x: &'a ProgramInstantiation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramItem> for RefNodes<'a>

source§

fn from(x: &'a ProgramItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ProgramNonansiHeader> for RefNodes<'a>

source§

fn from(x: &'a ProgramNonansiHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyActualArg> for RefNodes<'a>

source§

fn from(x: &'a PropertyActualArg) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyCaseItem> for RefNodes<'a>

source§

fn from(x: &'a PropertyCaseItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyCaseItemDefault> for RefNodes<'a>

source§

fn from(x: &'a PropertyCaseItemDefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyCaseItemNondefault> for RefNodes<'a>

source§

fn from(x: &'a PropertyCaseItemNondefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PropertyDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExpr> for RefNodes<'a>

source§

fn from(x: &'a PropertyExpr) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprAcceptOn> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprAcceptOn) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprAlways> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprAlways) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprBinaryProperty> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprBinaryProperty) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprBinarySequence> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprBinarySequence) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprCase> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprCase) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprClockingEvent> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprClockingEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprEventually> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprEventually) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprIf> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprIf) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprNexttime> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprNexttime) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprNot> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprNot) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprParen> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprRejectOn> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprRejectOn) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSAlways> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprSAlways) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSEventually> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprSEventually) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSNexttime> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprSNexttime) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprStrong> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprStrong) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSyncAcceptOn> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprSyncAcceptOn) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprSyncRejectOn> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprSyncRejectOn) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyExprWeak> for RefNodes<'a>

source§

fn from(x: &'a PropertyExprWeak) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyFormalType> for RefNodes<'a>

source§

fn from(x: &'a PropertyFormalType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PropertyIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyInstance> for RefNodes<'a>

source§

fn from(x: &'a PropertyInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyListOfArguments> for RefNodes<'a>

source§

fn from(x: &'a PropertyListOfArguments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyListOfArgumentsNamed> for RefNodes<'a>

source§

fn from(x: &'a PropertyListOfArgumentsNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyListOfArgumentsOrdered> for RefNodes<'a>

source§

fn from(x: &'a PropertyListOfArgumentsOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyLvarPortDirection> for RefNodes<'a>

source§

fn from(x: &'a PropertyLvarPortDirection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyPortItem> for RefNodes<'a>

source§

fn from(x: &'a PropertyPortItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyPortList> for RefNodes<'a>

source§

fn from(x: &'a PropertyPortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertyQualifier> for RefNodes<'a>

source§

fn from(x: &'a PropertyQualifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PropertySpec> for RefNodes<'a>

source§

fn from(x: &'a PropertySpec) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsCheckerIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsCheckerIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsClassIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsClassIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsCovergroupIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsCovergroupIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalArrayIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalArrayIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalNetIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalNetIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalNetIdentifierHierarchical> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalNetIdentifierHierarchical) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalNetIdentifierPackageScope> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalNetIdentifierPackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalPropertyIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalPropertyIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalPropertyIdentifierHierarchical> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalPropertyIdentifierHierarchical) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalPropertyIdentifierPackageScope> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalPropertyIdentifierPackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalSequenceIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalSequenceIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalSequenceIdentifierHierarchical> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalSequenceIdentifierHierarchical) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalSequenceIdentifierPackageScope> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalSequenceIdentifierPackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalTfIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalTfIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalTfIdentifierHierarchical> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalTfIdentifierHierarchical) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsOrHierarchicalTfIdentifierPackageScope> for RefNodes<'a>

source§

fn from(x: &'a PsOrHierarchicalTfIdentifierPackageScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsParameterIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsParameterIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsParameterIdentifierGenerate> for RefNodes<'a>

source§

fn from(x: &'a PsParameterIdentifierGenerate) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsParameterIdentifierScope> for RefNodes<'a>

source§

fn from(x: &'a PsParameterIdentifierScope) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PsTypeIdentifier> for RefNodes<'a>

source§

fn from(x: &'a PsTypeIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullGateInstance> for RefNodes<'a>

source§

fn from(x: &'a PullGateInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength> for RefNodes<'a>

source§

fn from(x: &'a PulldownStrength) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength0> for RefNodes<'a>

source§

fn from(x: &'a PulldownStrength0) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength01> for RefNodes<'a>

source§

fn from(x: &'a PulldownStrength01) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulldownStrength10> for RefNodes<'a>

source§

fn from(x: &'a PulldownStrength10) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength> for RefNodes<'a>

source§

fn from(x: &'a PullupStrength) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength01> for RefNodes<'a>

source§

fn from(x: &'a PullupStrength01) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength1> for RefNodes<'a>

source§

fn from(x: &'a PullupStrength1) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PullupStrength10> for RefNodes<'a>

source§

fn from(x: &'a PullupStrength10) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulseControlSpecparam> for RefNodes<'a>

source§

fn from(x: &'a PulseControlSpecparam) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulseControlSpecparamWithDescriptor> for RefNodes<'a>

source§

fn from(x: &'a PulseControlSpecparamWithDescriptor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulseControlSpecparamWithoutDescriptor> for RefNodes<'a>

source§

fn from(x: &'a PulseControlSpecparamWithoutDescriptor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a PulsestyleDeclaration> for RefNodes<'a>

source§

fn from(x: &'a PulsestyleDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a QueueDimension> for RefNodes<'a>

source§

fn from(x: &'a QueueDimension) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Rand> for RefNodes<'a>

source§

fn from(x: &'a Rand) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandcaseItem> for RefNodes<'a>

source§

fn from(x: &'a RandcaseItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandcaseStatement> for RefNodes<'a>

source§

fn from(x: &'a RandcaseStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandomQualifier> for RefNodes<'a>

source§

fn from(x: &'a RandomQualifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandomizeCall> for RefNodes<'a>

source§

fn from(x: &'a RandomizeCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RandsequenceStatement> for RefNodes<'a>

source§

fn from(x: &'a RandsequenceStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RangeExpression> for RefNodes<'a>

source§

fn from(x: &'a RangeExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RealNumber> for RefNodes<'a>

source§

fn from(x: &'a RealNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RealNumberFloating> for RefNodes<'a>

source§

fn from(x: &'a RealNumberFloating) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RecoveryTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a RecoveryTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RecremTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a RecremTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RefDeclaration> for RefNodes<'a>

source§

fn from(x: &'a RefDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ReferenceEvent> for RefNodes<'a>

source§

fn from(x: &'a ReferenceEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RejectLimitValue> for RefNodes<'a>

source§

fn from(x: &'a RejectLimitValue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RemainActiveFlag> for RefNodes<'a>

source§

fn from(x: &'a RemainActiveFlag) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RemovalTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a RemovalTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RepeatRange> for RefNodes<'a>

source§

fn from(x: &'a RepeatRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RepeatRangeBinary> for RefNodes<'a>

source§

fn from(x: &'a RepeatRangeBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ResetallCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a ResetallCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RestrictPropertyStatement> for RefNodes<'a>

source§

fn from(x: &'a RestrictPropertyStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Root> for RefNodes<'a>

source§

fn from(x: &'a Root) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCase> for RefNodes<'a>

source§

fn from(x: &'a RsCase) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCaseItem> for RefNodes<'a>

source§

fn from(x: &'a RsCaseItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCaseItemDefault> for RefNodes<'a>

source§

fn from(x: &'a RsCaseItemDefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCaseItemNondefault> for RefNodes<'a>

source§

fn from(x: &'a RsCaseItemNondefault) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsCodeBlock> for RefNodes<'a>

source§

fn from(x: &'a RsCodeBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsIfElse> for RefNodes<'a>

source§

fn from(x: &'a RsIfElse) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProd> for RefNodes<'a>

source§

fn from(x: &'a RsProd) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProductionList> for RefNodes<'a>

source§

fn from(x: &'a RsProductionList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProductionListJoin> for RefNodes<'a>

source§

fn from(x: &'a RsProductionListJoin) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsProductionListProd> for RefNodes<'a>

source§

fn from(x: &'a RsProductionListProd) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsRepeat> for RefNodes<'a>

source§

fn from(x: &'a RsRepeat) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a RsRule> for RefNodes<'a>

source§

fn from(x: &'a RsRule) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarConstant> for RefNodes<'a>

source§

fn from(x: &'a ScalarConstant) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarTimingCheckCondition> for RefNodes<'a>

source§

fn from(x: &'a ScalarTimingCheckCondition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarTimingCheckConditionBinary> for RefNodes<'a>

source§

fn from(x: &'a ScalarTimingCheckConditionBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ScalarTimingCheckConditionUnary> for RefNodes<'a>

source§

fn from(x: &'a ScalarTimingCheckConditionUnary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Select> for RefNodes<'a>

source§

fn from(x: &'a Select) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectCondition> for RefNodes<'a>

source§

fn from(x: &'a SelectCondition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpression> for RefNodes<'a>

source§

fn from(x: &'a SelectExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionAnd> for RefNodes<'a>

source§

fn from(x: &'a SelectExpressionAnd) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionCrossSet> for RefNodes<'a>

source§

fn from(x: &'a SelectExpressionCrossSet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionNot> for RefNodes<'a>

source§

fn from(x: &'a SelectExpressionNot) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionOr> for RefNodes<'a>

source§

fn from(x: &'a SelectExpressionOr) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionParen> for RefNodes<'a>

source§

fn from(x: &'a SelectExpressionParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SelectExpressionWith> for RefNodes<'a>

source§

fn from(x: &'a SelectExpressionWith) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SeqBlock> for RefNodes<'a>

source§

fn from(x: &'a SeqBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SeqInputList> for RefNodes<'a>

source§

fn from(x: &'a SeqInputList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceAbbrev> for RefNodes<'a>

source§

fn from(x: &'a SequenceAbbrev) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceActualArg> for RefNodes<'a>

source§

fn from(x: &'a SequenceActualArg) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceDeclaration> for RefNodes<'a>

source§

fn from(x: &'a SequenceDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExpr> for RefNodes<'a>

source§

fn from(x: &'a SequenceExpr) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprBinary> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprClockingEvent> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprClockingEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprCycleDelayExpr> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprCycleDelayExpr) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprExprCycleDelayExpr> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprExprCycleDelayExpr) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprExpression> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprFirstMatch> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprFirstMatch) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprInstance> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprParen> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceExprThroughout> for RefNodes<'a>

source§

fn from(x: &'a SequenceExprThroughout) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceFormalType> for RefNodes<'a>

source§

fn from(x: &'a SequenceFormalType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceIdentifier> for RefNodes<'a>

source§

fn from(x: &'a SequenceIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceInstance> for RefNodes<'a>

source§

fn from(x: &'a SequenceInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceListOfArguments> for RefNodes<'a>

source§

fn from(x: &'a SequenceListOfArguments) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceListOfArgumentsNamed> for RefNodes<'a>

source§

fn from(x: &'a SequenceListOfArgumentsNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceListOfArgumentsOrdered> for RefNodes<'a>

source§

fn from(x: &'a SequenceListOfArgumentsOrdered) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceLvarPortDirection> for RefNodes<'a>

source§

fn from(x: &'a SequenceLvarPortDirection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceMatchItem> for RefNodes<'a>

source§

fn from(x: &'a SequenceMatchItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequenceMethodCall> for RefNodes<'a>

source§

fn from(x: &'a SequenceMethodCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequencePortItem> for RefNodes<'a>

source§

fn from(x: &'a SequencePortItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequencePortList> for RefNodes<'a>

source§

fn from(x: &'a SequencePortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequentialBody> for RefNodes<'a>

source§

fn from(x: &'a SequentialBody) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SequentialEntry> for RefNodes<'a>

source§

fn from(x: &'a SequentialEntry) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SetCovergroupExpression> for RefNodes<'a>

source§

fn from(x: &'a SetCovergroupExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SetupTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a SetupTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SetupholdTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a SetupholdTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ShowcancelledDeclaration> for RefNodes<'a>

source§

fn from(x: &'a ShowcancelledDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Sign> for RefNodes<'a>

source§

fn from(x: &'a Sign) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SignalIdentifier> for RefNodes<'a>

source§

fn from(x: &'a SignalIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Signing> for RefNodes<'a>

source§

fn from(x: &'a Signing) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleIdentifier> for RefNodes<'a>

source§

fn from(x: &'a SimpleIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateAssertStatement> for RefNodes<'a>

source§

fn from(x: &'a SimpleImmediateAssertStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateAssertionStatement> for RefNodes<'a>

source§

fn from(x: &'a SimpleImmediateAssertionStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateAssumeStatement> for RefNodes<'a>

source§

fn from(x: &'a SimpleImmediateAssumeStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleImmediateCoverStatement> for RefNodes<'a>

source§

fn from(x: &'a SimpleImmediateCoverStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimplePathDeclaration> for RefNodes<'a>

source§

fn from(x: &'a SimplePathDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimplePathDeclarationFull> for RefNodes<'a>

source§

fn from(x: &'a SimplePathDeclarationFull) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimplePathDeclarationParallel> for RefNodes<'a>

source§

fn from(x: &'a SimplePathDeclarationParallel) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SimpleType> for RefNodes<'a>

source§

fn from(x: &'a SimpleType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Size> for RefNodes<'a>

source§

fn from(x: &'a Size) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SkewTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a SkewTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SliceSize> for RefNodes<'a>

source§

fn from(x: &'a SliceSize) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Soft> for RefNodes<'a>

source§

fn from(x: &'a Soft) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SolveBeforeList> for RefNodes<'a>

source§

fn from(x: &'a SolveBeforeList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SourceDescription> for RefNodes<'a>

source§

fn from(x: &'a SourceDescription) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SourceDescriptionNotDirective> for RefNodes<'a>

source§

fn from(x: &'a SourceDescriptionNotDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SourceText> for RefNodes<'a>

source§

fn from(x: &'a SourceText) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyBlock> for RefNodes<'a>

source§

fn from(x: &'a SpecifyBlock) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyInputTerminalDescriptor> for RefNodes<'a>

source§

fn from(x: &'a SpecifyInputTerminalDescriptor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyItem> for RefNodes<'a>

source§

fn from(x: &'a SpecifyItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyOutputTerminalDescriptor> for RefNodes<'a>

source§

fn from(x: &'a SpecifyOutputTerminalDescriptor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecifyTerminalDescriptor> for RefNodes<'a>

source§

fn from(x: &'a SpecifyTerminalDescriptor) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamAssignment> for RefNodes<'a>

source§

fn from(x: &'a SpecparamAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamAssignmentMintypmax> for RefNodes<'a>

source§

fn from(x: &'a SpecparamAssignmentMintypmax) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamDeclaration> for RefNodes<'a>

source§

fn from(x: &'a SpecparamDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SpecparamIdentifier> for RefNodes<'a>

source§

fn from(x: &'a SpecparamIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StartEdgeOffset> for RefNodes<'a>

source§

fn from(x: &'a StartEdgeOffset) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclaration> for RefNodes<'a>

source§

fn from(x: &'a StateDependentPathDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclarationIfEdgeSensitive> for RefNodes<'a>

source§

fn from(x: &'a StateDependentPathDeclarationIfEdgeSensitive) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclarationIfNone> for RefNodes<'a>

source§

fn from(x: &'a StateDependentPathDeclarationIfNone) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StateDependentPathDeclarationIfSimple> for RefNodes<'a>

source§

fn from(x: &'a StateDependentPathDeclarationIfSimple) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Statement> for RefNodes<'a>

source§

fn from(x: &'a Statement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StatementItem> for RefNodes<'a>

source§

fn from(x: &'a StatementItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StatementOrNull> for RefNodes<'a>

source§

fn from(x: &'a StatementOrNull) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StatementOrNullAttribute> for RefNodes<'a>

source§

fn from(x: &'a StatementOrNullAttribute) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Static> for RefNodes<'a>

source§

fn from(x: &'a Static) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamConcatenation> for RefNodes<'a>

source§

fn from(x: &'a StreamConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamExpression> for RefNodes<'a>

source§

fn from(x: &'a StreamExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamOperator> for RefNodes<'a>

source§

fn from(x: &'a StreamOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StreamingConcatenation> for RefNodes<'a>

source§

fn from(x: &'a StreamingConcatenation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Strength> for RefNodes<'a>

source§

fn from(x: &'a Strength) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Strength0> for RefNodes<'a>

source§

fn from(x: &'a Strength0) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Strength1> for RefNodes<'a>

source§

fn from(x: &'a Strength1) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StringLiteral> for RefNodes<'a>

source§

fn from(x: &'a StringLiteral) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StructUnion> for RefNodes<'a>

source§

fn from(x: &'a StructUnion) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StructUnionMember> for RefNodes<'a>

source§

fn from(x: &'a StructUnionMember) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a StructurePatternKey> for RefNodes<'a>

source§

fn from(x: &'a StructurePatternKey) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCall> for RefNodes<'a>

source§

fn from(x: &'a SubroutineCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCallRandomize> for RefNodes<'a>

source§

fn from(x: &'a SubroutineCallRandomize) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCallStatement> for RefNodes<'a>

source§

fn from(x: &'a SubroutineCallStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SubroutineCallStatementFunction> for RefNodes<'a>

source§

fn from(x: &'a SubroutineCallStatementFunction) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Symbol> for RefNodes<'a>

source§

fn from(x: &'a Symbol) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCall> for RefNodes<'a>

source§

fn from(x: &'a SystemTfCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCallArgDataType> for RefNodes<'a>

source§

fn from(x: &'a SystemTfCallArgDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCallArgExpression> for RefNodes<'a>

source§

fn from(x: &'a SystemTfCallArgExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfCallArgOptional> for RefNodes<'a>

source§

fn from(x: &'a SystemTfCallArgOptional) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTfIdentifier> for RefNodes<'a>

source§

fn from(x: &'a SystemTfIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a SystemTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a SystemTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TPathDelayExpression> for RefNodes<'a>

source§

fn from(x: &'a TPathDelayExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaggedUnionExpression> for RefNodes<'a>

source§

fn from(x: &'a TaggedUnionExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskBodyDeclaration> for RefNodes<'a>

source§

fn from(x: &'a TaskBodyDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskBodyDeclarationWithPort> for RefNodes<'a>

source§

fn from(x: &'a TaskBodyDeclarationWithPort) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskBodyDeclarationWithoutPort> for RefNodes<'a>

source§

fn from(x: &'a TaskBodyDeclarationWithoutPort) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskDeclaration> for RefNodes<'a>

source§

fn from(x: &'a TaskDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskIdentifier> for RefNodes<'a>

source§

fn from(x: &'a TaskIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TaskPrototype> for RefNodes<'a>

source§

fn from(x: &'a TaskPrototype) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TerminalIdentifier> for RefNodes<'a>

source§

fn from(x: &'a TerminalIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroDefinition> for RefNodes<'a>

source§

fn from(x: &'a TextMacroDefinition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroIdentifier> for RefNodes<'a>

source§

fn from(x: &'a TextMacroIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroName> for RefNodes<'a>

source§

fn from(x: &'a TextMacroName) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TextMacroUsage> for RefNodes<'a>

source§

fn from(x: &'a TextMacroUsage) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfCall> for RefNodes<'a>

source§

fn from(x: &'a TfCall) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfIdentifier> for RefNodes<'a>

source§

fn from(x: &'a TfIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfItemDeclaration> for RefNodes<'a>

source§

fn from(x: &'a TfItemDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortDeclaration> for RefNodes<'a>

source§

fn from(x: &'a TfPortDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortDirection> for RefNodes<'a>

source§

fn from(x: &'a TfPortDirection) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortItem> for RefNodes<'a>

source§

fn from(x: &'a TfPortItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TfPortList> for RefNodes<'a>

source§

fn from(x: &'a TfPortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Threshold> for RefNodes<'a>

source§

fn from(x: &'a Threshold) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeLiteral> for RefNodes<'a>

source§

fn from(x: &'a TimeLiteral) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeLiteralFixedPoint> for RefNodes<'a>

source§

fn from(x: &'a TimeLiteralFixedPoint) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeLiteralUnsigned> for RefNodes<'a>

source§

fn from(x: &'a TimeLiteralUnsigned) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeUnit> for RefNodes<'a>

source§

fn from(x: &'a TimeUnit) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimecheckCondition> for RefNodes<'a>

source§

fn from(x: &'a TimecheckCondition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimescaleCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a TimescaleCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeskewTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a TimeskewTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimestampCondition> for RefNodes<'a>

source§

fn from(x: &'a TimestampCondition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclaration> for RefNodes<'a>

source§

fn from(x: &'a TimeunitsDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeprecision> for RefNodes<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeprecision) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeprecisionTimeunit> for RefNodes<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeprecisionTimeunit) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeunit> for RefNodes<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeunit) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimeunitsDeclarationTimeunitTimeprecision> for RefNodes<'a>

source§

fn from(x: &'a TimeunitsDeclarationTimeunitTimeprecision) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckCondition> for RefNodes<'a>

source§

fn from(x: &'a TimingCheckCondition) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckConditionParen> for RefNodes<'a>

source§

fn from(x: &'a TimingCheckConditionParen) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckEvent> for RefNodes<'a>

source§

fn from(x: &'a TimingCheckEvent) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckEventControl> for RefNodes<'a>

source§

fn from(x: &'a TimingCheckEventControl) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TimingCheckLimit> for RefNodes<'a>

source§

fn from(x: &'a TimingCheckLimit) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TopmoduleIdentifier> for RefNodes<'a>

source§

fn from(x: &'a TopmoduleIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransItem> for RefNodes<'a>

source§

fn from(x: &'a TransItem) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransList> for RefNodes<'a>

source§

fn from(x: &'a TransList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeList> for RefNodes<'a>

source§

fn from(x: &'a TransRangeList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeListArrow> for RefNodes<'a>

source§

fn from(x: &'a TransRangeListArrow) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeListAsterisk> for RefNodes<'a>

source§

fn from(x: &'a TransRangeListAsterisk) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransRangeListEqual> for RefNodes<'a>

source§

fn from(x: &'a TransRangeListEqual) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TransSet> for RefNodes<'a>

source§

fn from(x: &'a TransSet) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeAssignment> for RefNodes<'a>

source§

fn from(x: &'a TypeAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclaration> for RefNodes<'a>

source§

fn from(x: &'a TypeDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationDataType> for RefNodes<'a>

source§

fn from(x: &'a TypeDeclarationDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationInterface> for RefNodes<'a>

source§

fn from(x: &'a TypeDeclarationInterface) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationKeyword> for RefNodes<'a>

source§

fn from(x: &'a TypeDeclarationKeyword) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeDeclarationReserved> for RefNodes<'a>

source§

fn from(x: &'a TypeDeclarationReserved) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeIdentifier> for RefNodes<'a>

source§

fn from(x: &'a TypeIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeReference> for RefNodes<'a>

source§

fn from(x: &'a TypeReference) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeReferenceDataType> for RefNodes<'a>

source§

fn from(x: &'a TypeReferenceDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a TypeReferenceExpression> for RefNodes<'a>

source§

fn from(x: &'a TypeReferenceExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpAnsiDeclaration> for RefNodes<'a>

source§

fn from(x: &'a UdpAnsiDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpBody> for RefNodes<'a>

source§

fn from(x: &'a UdpBody) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclaration> for RefNodes<'a>

source§

fn from(x: &'a UdpDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationAnsi> for RefNodes<'a>

source§

fn from(x: &'a UdpDeclarationAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationExternAnsi> for RefNodes<'a>

source§

fn from(x: &'a UdpDeclarationExternAnsi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationExternNonansi> for RefNodes<'a>

source§

fn from(x: &'a UdpDeclarationExternNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationNonansi> for RefNodes<'a>

source§

fn from(x: &'a UdpDeclarationNonansi) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationPortList> for RefNodes<'a>

source§

fn from(x: &'a UdpDeclarationPortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpDeclarationWildcard> for RefNodes<'a>

source§

fn from(x: &'a UdpDeclarationWildcard) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpIdentifier> for RefNodes<'a>

source§

fn from(x: &'a UdpIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInitialStatement> for RefNodes<'a>

source§

fn from(x: &'a UdpInitialStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInputDeclaration> for RefNodes<'a>

source§

fn from(x: &'a UdpInputDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInstance> for RefNodes<'a>

source§

fn from(x: &'a UdpInstance) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpInstantiation> for RefNodes<'a>

source§

fn from(x: &'a UdpInstantiation) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpNonansiDeclaration> for RefNodes<'a>

source§

fn from(x: &'a UdpNonansiDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpOutputDeclaration> for RefNodes<'a>

source§

fn from(x: &'a UdpOutputDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpOutputDeclarationNonreg> for RefNodes<'a>

source§

fn from(x: &'a UdpOutputDeclarationNonreg) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpOutputDeclarationReg> for RefNodes<'a>

source§

fn from(x: &'a UdpOutputDeclarationReg) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpPortDeclaration> for RefNodes<'a>

source§

fn from(x: &'a UdpPortDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpPortList> for RefNodes<'a>

source§

fn from(x: &'a UdpPortList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UdpRegDeclaration> for RefNodes<'a>

source§

fn from(x: &'a UdpRegDeclaration) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnaryModulePathOperator> for RefNodes<'a>

source§

fn from(x: &'a UnaryModulePathOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnaryOperator> for RefNodes<'a>

source§

fn from(x: &'a UnaryOperator) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnbasedUnsizedLiteral> for RefNodes<'a>

source§

fn from(x: &'a UnbasedUnsizedLiteral) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnconnectedDriveCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a UnconnectedDriveCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UndefineCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a UndefineCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UndefineallCompilerDirective> for RefNodes<'a>

source§

fn from(x: &'a UndefineallCompilerDirective) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UniquePriority> for RefNodes<'a>

source§

fn from(x: &'a UniquePriority) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UniquenessConstraint> for RefNodes<'a>

source§

fn from(x: &'a UniquenessConstraint) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Unit> for RefNodes<'a>

source§

fn from(x: &'a Unit) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnpackedDimension> for RefNodes<'a>

source§

fn from(x: &'a UnpackedDimension) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnpackedDimensionExpression> for RefNodes<'a>

source§

fn from(x: &'a UnpackedDimensionExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnpackedDimensionRange> for RefNodes<'a>

source§

fn from(x: &'a UnpackedDimensionRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnsignedNumber> for RefNodes<'a>

source§

fn from(x: &'a UnsignedNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UnsizedDimension> for RefNodes<'a>

source§

fn from(x: &'a UnsizedDimension) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClause> for RefNodes<'a>

source§

fn from(x: &'a UseClause) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClauseCell> for RefNodes<'a>

source§

fn from(x: &'a UseClauseCell) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClauseCellNamed> for RefNodes<'a>

source§

fn from(x: &'a UseClauseCellNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a UseClauseNamed> for RefNodes<'a>

source§

fn from(x: &'a UseClauseNamed) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ValueRange> for RefNodes<'a>

source§

fn from(x: &'a ValueRange) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ValueRangeBinary> for RefNodes<'a>

source§

fn from(x: &'a ValueRangeBinary) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Var> for RefNodes<'a>

source§

fn from(x: &'a Var) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VarDataType> for RefNodes<'a>

source§

fn from(x: &'a VarDataType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VarDataTypeVar> for RefNodes<'a>

source§

fn from(x: &'a VarDataTypeVar) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableAssignment> for RefNodes<'a>

source§

fn from(x: &'a VariableAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignment> for RefNodes<'a>

source§

fn from(x: &'a VariableDeclAssignment) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignmentClass> for RefNodes<'a>

source§

fn from(x: &'a VariableDeclAssignmentClass) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignmentDynamicArray> for RefNodes<'a>

source§

fn from(x: &'a VariableDeclAssignmentDynamicArray) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDeclAssignmentVariable> for RefNodes<'a>

source§

fn from(x: &'a VariableDeclAssignmentVariable) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableDimension> for RefNodes<'a>

source§

fn from(x: &'a VariableDimension) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableIdentifier> for RefNodes<'a>

source§

fn from(x: &'a VariableIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableIdentifierList> for RefNodes<'a>

source§

fn from(x: &'a VariableIdentifierList) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableIdentifierListOrNull> for RefNodes<'a>

source§

fn from(x: &'a VariableIdentifierListOrNull) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvalue> for RefNodes<'a>

source§

fn from(x: &'a VariableLvalue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvalueIdentifier> for RefNodes<'a>

source§

fn from(x: &'a VariableLvalueIdentifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvalueLvalue> for RefNodes<'a>

source§

fn from(x: &'a VariableLvalueLvalue) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariableLvaluePattern> for RefNodes<'a>

source§

fn from(x: &'a VariableLvaluePattern) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariablePortHeader> for RefNodes<'a>

source§

fn from(x: &'a VariablePortHeader) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VariablePortType> for RefNodes<'a>

source§

fn from(x: &'a VariablePortType) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a, T> From<&'a Vec<T>> for RefNodes<'a>where T: 'a, &'a T: Into<RefNodes<'a>>,

source§

fn from(x: &'a Vec<T>) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VectorScalar> for RefNodes<'a>

source§

fn from(x: &'a VectorScalar) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a VersionSpecifier> for RefNodes<'a>

source§

fn from(x: &'a VersionSpecifier) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Virtual> for RefNodes<'a>

source§

fn from(x: &'a Virtual) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatement> for RefNodes<'a>

source§

fn from(x: &'a WaitStatement) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatementFork> for RefNodes<'a>

source§

fn from(x: &'a WaitStatementFork) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatementOrder> for RefNodes<'a>

source§

fn from(x: &'a WaitStatementOrder) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WaitStatementWait> for RefNodes<'a>

source§

fn from(x: &'a WaitStatementWait) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WeightSpecification> for RefNodes<'a>

source§

fn from(x: &'a WeightSpecification) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WeightSpecificationExpression> for RefNodes<'a>

source§

fn from(x: &'a WeightSpecificationExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WhiteSpace> for RefNodes<'a>

source§

fn from(x: &'a WhiteSpace) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WidthTimingCheck> for RefNodes<'a>

source§

fn from(x: &'a WidthTimingCheck) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a Wildcard> for RefNodes<'a>

source§

fn from(x: &'a Wildcard) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a WithCovergroupExpression> for RefNodes<'a>

source§

fn from(x: &'a WithCovergroupExpression) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a XNumber> for RefNodes<'a>

source§

fn from(x: &'a XNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<&'a ZNumber> for RefNodes<'a>

source§

fn from(x: &'a ZNumber) -> RefNodes<'a>

Converts to this type from the input type.
source§

impl<'a> From<RefNodes<'a>> for NodeEvents<'a>

source§

fn from(x: RefNodes<'a>) -> NodeEvents<'a>

Converts to this type from the input type.
source§

impl<'a> From<Vec<RefNode<'a>>> for RefNodes<'a>

source§

fn from(x: Vec<RefNode<'a>>) -> RefNodes<'a>

Converts to this type from the input type.

Auto Trait Implementations§

§

impl<'a> RefUnwindSafe for RefNodes<'a>

§

impl<'a> Send for RefNodes<'a>

§

impl<'a> Sync for RefNodes<'a>

§

impl<'a> Unpin for RefNodes<'a>

§

impl<'a> UnwindSafe for RefNodes<'a>

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.