pub struct Formatter { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl VerylWalker for Formatter
impl VerylWalker for Formatter
Source§fn veryl_token(&mut self, arg: &VerylToken)
fn veryl_token(&mut self, arg: &VerylToken)
Semantic action for non-terminal ‘VerylToken’
Source§fn identifier(&mut self, arg: &Identifier)
fn identifier(&mut self, arg: &Identifier)
Semantic action for non-terminal ‘Identifier’
Source§fn expression(&mut self, arg: &Expression)
fn expression(&mut self, arg: &Expression)
Semantic action for non-terminal ‘Expression’
Source§fn expression01(&mut self, arg: &Expression01)
fn expression01(&mut self, arg: &Expression01)
Semantic action for non-terminal ‘Expression01’
Source§fn expression02(&mut self, arg: &Expression02)
fn expression02(&mut self, arg: &Expression02)
Semantic action for non-terminal ‘Expression02’
Source§fn expression03(&mut self, arg: &Expression03)
fn expression03(&mut self, arg: &Expression03)
Semantic action for non-terminal ‘Expression03’
Source§fn expression04(&mut self, arg: &Expression04)
fn expression04(&mut self, arg: &Expression04)
Semantic action for non-terminal ‘Expression04’
Source§fn expression05(&mut self, arg: &Expression05)
fn expression05(&mut self, arg: &Expression05)
Semantic action for non-terminal ‘Expression05’
Source§fn expression06(&mut self, arg: &Expression06)
fn expression06(&mut self, arg: &Expression06)
Semantic action for non-terminal ‘Expression06’
Source§fn expression07(&mut self, arg: &Expression07)
fn expression07(&mut self, arg: &Expression07)
Semantic action for non-terminal ‘Expression07’
Source§fn expression08(&mut self, arg: &Expression08)
fn expression08(&mut self, arg: &Expression08)
Semantic action for non-terminal ‘Expression08’
Source§fn expression09(&mut self, arg: &Expression09)
fn expression09(&mut self, arg: &Expression09)
Semantic action for non-terminal ‘Expression09’
Source§fn expression10(&mut self, arg: &Expression10)
fn expression10(&mut self, arg: &Expression10)
Semantic action for non-terminal ‘Expression10’
Source§fn expression11(&mut self, arg: &Expression11)
fn expression11(&mut self, arg: &Expression11)
Semantic action for non-terminal ‘Expression11’
Source§fn factor_type_factor(&mut self, arg: &FactorTypeFactor)
fn factor_type_factor(&mut self, arg: &FactorTypeFactor)
Semantic action for non-terminal ‘FactorTypeFactor’
Source§fn argument_list(&mut self, arg: &ArgumentList)
fn argument_list(&mut self, arg: &ArgumentList)
Semantic action for non-terminal ‘ArgumentList’
Source§fn concatenation_list(&mut self, arg: &ConcatenationList)
fn concatenation_list(&mut self, arg: &ConcatenationList)
Semantic action for non-terminal ‘ConcatenationList’
Source§fn concatenation_item(&mut self, arg: &ConcatenationItem)
fn concatenation_item(&mut self, arg: &ConcatenationItem)
Semantic action for non-terminal ‘ConcatenationItem’
Source§fn array_literal_list(&mut self, arg: &ArrayLiteralList)
fn array_literal_list(&mut self, arg: &ArrayLiteralList)
Semantic action for non-terminal ‘ArrayLiteralList’
Source§fn array_literal_item(&mut self, arg: &ArrayLiteralItem)
fn array_literal_item(&mut self, arg: &ArrayLiteralItem)
Semantic action for non-terminal ‘ArrayLiteralItem’
Source§fn if_expression(&mut self, arg: &IfExpression)
fn if_expression(&mut self, arg: &IfExpression)
Semantic action for non-terminal ‘IfExpression’
Source§fn case_expression(&mut self, arg: &CaseExpression)
fn case_expression(&mut self, arg: &CaseExpression)
Semantic action for non-terminal ‘CaseExpression’
Source§fn switch_expression(&mut self, arg: &SwitchExpression)
fn switch_expression(&mut self, arg: &SwitchExpression)
Semantic action for non-terminal ‘SwitchExpression’
Source§fn type_expression(&mut self, arg: &TypeExpression)
fn type_expression(&mut self, arg: &TypeExpression)
Semantic action for non-terminal ‘TypeExpression’
Source§fn inside_expression(&mut self, arg: &InsideExpression)
fn inside_expression(&mut self, arg: &InsideExpression)
Semantic action for non-terminal ‘InsideExpression’
Source§fn outside_expression(&mut self, arg: &OutsideExpression)
fn outside_expression(&mut self, arg: &OutsideExpression)
Semantic action for non-terminal ‘OutsideExpression’
Source§fn range_list(&mut self, arg: &RangeList)
fn range_list(&mut self, arg: &RangeList)
Semantic action for non-terminal ‘RangeList’
Source§fn select_operator(&mut self, arg: &SelectOperator)
fn select_operator(&mut self, arg: &SelectOperator)
Semantic action for non-terminal ‘SelectOperator’
Source§fn factor_type(&mut self, arg: &FactorType)
fn factor_type(&mut self, arg: &FactorType)
Semantic action for non-terminal ‘FactorType’
Source§fn scalar_type(&mut self, arg: &ScalarType)
fn scalar_type(&mut self, arg: &ScalarType)
Semantic action for non-terminal ‘ScalarType’
Source§fn array_type(&mut self, arg: &ArrayType)
fn array_type(&mut self, arg: &ArrayType)
Semantic action for non-terminal ‘ArrayType’
Source§fn let_statement(&mut self, arg: &LetStatement)
fn let_statement(&mut self, arg: &LetStatement)
Semantic action for non-terminal ‘LetStatement’
Source§fn identifier_statement(&mut self, arg: &IdentifierStatement)
fn identifier_statement(&mut self, arg: &IdentifierStatement)
Semantic action for non-terminal ‘IdentifierStatement’
Source§fn assignment(&mut self, arg: &Assignment)
fn assignment(&mut self, arg: &Assignment)
Semantic action for non-terminal ‘Assignment’
Source§fn statement_block(&mut self, arg: &StatementBlock)
fn statement_block(&mut self, arg: &StatementBlock)
Semantic action for non-terminal ‘StatementBlock’
Source§fn statement_block_group(&mut self, arg: &StatementBlockGroup)
fn statement_block_group(&mut self, arg: &StatementBlockGroup)
Semantic action for non-terminal ‘StatementBlockGroup’
Source§fn if_statement(&mut self, arg: &IfStatement)
fn if_statement(&mut self, arg: &IfStatement)
Semantic action for non-terminal ‘IfStatement’
Source§fn if_reset_statement(&mut self, arg: &IfResetStatement)
fn if_reset_statement(&mut self, arg: &IfResetStatement)
Semantic action for non-terminal ‘IfResetStatement’
Source§fn return_statement(&mut self, arg: &ReturnStatement)
fn return_statement(&mut self, arg: &ReturnStatement)
Semantic action for non-terminal ‘ReturnStatement’
Source§fn for_statement(&mut self, arg: &ForStatement)
fn for_statement(&mut self, arg: &ForStatement)
Semantic action for non-terminal ‘ForStatement’
Source§fn case_statement(&mut self, arg: &CaseStatement)
fn case_statement(&mut self, arg: &CaseStatement)
Semantic action for non-terminal ‘CaseStatement’
Source§fn case_condition(&mut self, arg: &CaseCondition)
fn case_condition(&mut self, arg: &CaseCondition)
Semantic action for non-terminal ‘CaseCondition’
Source§fn switch_statement(&mut self, arg: &SwitchStatement)
fn switch_statement(&mut self, arg: &SwitchStatement)
Semantic action for non-terminal ‘SwitchStatement’
Source§fn switch_item(&mut self, arg: &SwitchItem)
fn switch_item(&mut self, arg: &SwitchItem)
Semantic action for non-terminal ‘SwitchItem’
Source§fn switch_condition(&mut self, arg: &SwitchCondition)
fn switch_condition(&mut self, arg: &SwitchCondition)
Semantic action for non-terminal ‘SwitchCondition’
Source§fn attribute_list(&mut self, arg: &AttributeList)
fn attribute_list(&mut self, arg: &AttributeList)
Semantic action for non-terminal ‘AttributeList’
Source§fn let_declaration(&mut self, arg: &LetDeclaration)
fn let_declaration(&mut self, arg: &LetDeclaration)
Semantic action for non-terminal ‘LetDeclaration’
Source§fn var_declaration(&mut self, arg: &VarDeclaration)
fn var_declaration(&mut self, arg: &VarDeclaration)
Semantic action for non-terminal ‘VarDeclaration’
Source§fn const_declaration(&mut self, arg: &ConstDeclaration)
fn const_declaration(&mut self, arg: &ConstDeclaration)
Semantic action for non-terminal ‘ConstDeclaration’
Source§fn type_def_declaration(&mut self, arg: &TypeDefDeclaration)
fn type_def_declaration(&mut self, arg: &TypeDefDeclaration)
Semantic action for non-terminal ‘TypeDefDeclaration’
Source§fn always_ff_declaration(&mut self, arg: &AlwaysFfDeclaration)
fn always_ff_declaration(&mut self, arg: &AlwaysFfDeclaration)
Semantic action for non-terminal ‘AlwaysFfDeclaration’
Source§fn always_ff_event_list(&mut self, arg: &AlwaysFfEventList)
fn always_ff_event_list(&mut self, arg: &AlwaysFfEventList)
Semantic action for non-terminal ‘AlwaysFfEventList’
Source§fn always_ff_clock(&mut self, arg: &AlwaysFfClock)
fn always_ff_clock(&mut self, arg: &AlwaysFfClock)
Semantic action for non-terminal ‘AlwaysFfClock’
Source§fn always_ff_reset(&mut self, arg: &AlwaysFfReset)
fn always_ff_reset(&mut self, arg: &AlwaysFfReset)
Semantic action for non-terminal ‘AlwaysFfReset’
Source§fn always_comb_declaration(&mut self, arg: &AlwaysCombDeclaration)
fn always_comb_declaration(&mut self, arg: &AlwaysCombDeclaration)
Semantic action for non-terminal ‘AlwaysCombDeclaration’
Source§fn assign_declaration(&mut self, arg: &AssignDeclaration)
fn assign_declaration(&mut self, arg: &AssignDeclaration)
Semantic action for non-terminal ‘AssignDeclaration’
Source§fn assign_destination(&mut self, arg: &AssignDestination)
fn assign_destination(&mut self, arg: &AssignDestination)
Semantic action for non-terminal ‘AssignDestination’
Source§fn assign_concatenation_list(&mut self, arg: &AssignConcatenationList)
fn assign_concatenation_list(&mut self, arg: &AssignConcatenationList)
Semantic action for non-terminal ‘AssignConcatenationList’
Source§fn modport_declaration(&mut self, arg: &ModportDeclaration)
fn modport_declaration(&mut self, arg: &ModportDeclaration)
Semantic action for non-terminal ‘ModportDeclaration’
Source§fn modport_list(&mut self, arg: &ModportList)
fn modport_list(&mut self, arg: &ModportList)
Semantic action for non-terminal ‘ModportList’
Source§fn modport_group(&mut self, arg: &ModportGroup)
fn modport_group(&mut self, arg: &ModportGroup)
Semantic action for non-terminal ‘ModportGroup’
Source§fn modport_item(&mut self, arg: &ModportItem)
fn modport_item(&mut self, arg: &ModportItem)
Semantic action for non-terminal ‘ModportItem’
Source§fn enum_declaration(&mut self, arg: &EnumDeclaration)
fn enum_declaration(&mut self, arg: &EnumDeclaration)
Semantic action for non-terminal ‘EnumDeclaration’
Source§fn enum_group(&mut self, arg: &EnumGroup)
fn enum_group(&mut self, arg: &EnumGroup)
Semantic action for non-terminal ‘EnumGroup’
Source§fn struct_union_declaration(&mut self, arg: &StructUnionDeclaration)
fn struct_union_declaration(&mut self, arg: &StructUnionDeclaration)
Semantic action for non-terminal ‘StructUnionDeclaration’
Source§fn struct_union_list(&mut self, arg: &StructUnionList)
fn struct_union_list(&mut self, arg: &StructUnionList)
Semantic action for non-terminal ‘StructUnionList’
Source§fn struct_union_group(&mut self, arg: &StructUnionGroup)
fn struct_union_group(&mut self, arg: &StructUnionGroup)
Semantic action for non-terminal ‘StructUnionGroup’
Source§fn struct_union_item(&mut self, arg: &StructUnionItem)
fn struct_union_item(&mut self, arg: &StructUnionItem)
Semantic action for non-terminal ‘StructUnionItem’
Source§fn initial_declaration(&mut self, arg: &InitialDeclaration)
fn initial_declaration(&mut self, arg: &InitialDeclaration)
Semantic action for non-terminal ‘InitialDeclaration’
Source§fn final_declaration(&mut self, arg: &FinalDeclaration)
fn final_declaration(&mut self, arg: &FinalDeclaration)
Semantic action for non-terminal ‘FinalDeclaration’
Source§fn inst_declaration(&mut self, arg: &InstDeclaration)
fn inst_declaration(&mut self, arg: &InstDeclaration)
Semantic action for non-terminal ‘InstDeclaration’
Source§fn inst_parameter(&mut self, arg: &InstParameter)
fn inst_parameter(&mut self, arg: &InstParameter)
Semantic action for non-terminal ‘InstParameter’
Source§fn inst_parameter_list(&mut self, arg: &InstParameterList)
fn inst_parameter_list(&mut self, arg: &InstParameterList)
Semantic action for non-terminal ‘InstParameterList’
Source§fn inst_parameter_group(&mut self, arg: &InstParameterGroup)
fn inst_parameter_group(&mut self, arg: &InstParameterGroup)
Semantic action for non-terminal ‘InstParameterGroup’
Source§fn inst_parameter_item(&mut self, arg: &InstParameterItem)
fn inst_parameter_item(&mut self, arg: &InstParameterItem)
Semantic action for non-terminal ‘InstParameterItem’
Source§fn inst_port_list(&mut self, arg: &InstPortList)
fn inst_port_list(&mut self, arg: &InstPortList)
Semantic action for non-terminal ‘InstPortList’
Source§fn inst_port_group(&mut self, arg: &InstPortGroup)
fn inst_port_group(&mut self, arg: &InstPortGroup)
Semantic action for non-terminal ‘InstPortGroup’
Source§fn inst_port_item(&mut self, arg: &InstPortItem)
fn inst_port_item(&mut self, arg: &InstPortItem)
Semantic action for non-terminal ‘InstPortItem’
Source§fn with_parameter(&mut self, arg: &WithParameter)
fn with_parameter(&mut self, arg: &WithParameter)
Semantic action for non-terminal ‘WithParameter’
Source§fn with_parameter_list(&mut self, arg: &WithParameterList)
fn with_parameter_list(&mut self, arg: &WithParameterList)
Semantic action for non-terminal ‘WithParameterList’
Source§fn with_parameter_group(&mut self, arg: &WithParameterGroup)
fn with_parameter_group(&mut self, arg: &WithParameterGroup)
Semantic action for non-terminal ‘WithParameterGroup’
Source§fn generic_bound(&mut self, arg: &GenericBound)
fn generic_bound(&mut self, arg: &GenericBound)
Semantic action for non-terminal ‘GenericBound’
Source§fn with_parameter_item(&mut self, arg: &WithParameterItem)
fn with_parameter_item(&mut self, arg: &WithParameterItem)
Semantic action for non-terminal ‘WithParameterItem’
Source§fn with_generic_parameter_list(&mut self, arg: &WithGenericParameterList)
fn with_generic_parameter_list(&mut self, arg: &WithGenericParameterList)
Semantic action for non-terminal ‘WithGenericParameterList’
Source§fn with_generic_parameter_item(&mut self, arg: &WithGenericParameterItem)
fn with_generic_parameter_item(&mut self, arg: &WithGenericParameterItem)
Semantic action for non-terminal ‘WithGenericParameterItem’
Source§fn with_generic_argument_list(&mut self, arg: &WithGenericArgumentList)
fn with_generic_argument_list(&mut self, arg: &WithGenericArgumentList)
Semantic action for non-terminal ‘WithGenericArgumentList’
Source§fn port_declaration(&mut self, arg: &PortDeclaration)
fn port_declaration(&mut self, arg: &PortDeclaration)
Semantic action for non-terminal ‘PortDeclaration’
Source§fn port_declaration_list(&mut self, arg: &PortDeclarationList)
fn port_declaration_list(&mut self, arg: &PortDeclarationList)
Semantic action for non-terminal ‘PortDeclarationList’
Source§fn port_declaration_group(&mut self, arg: &PortDeclarationGroup)
fn port_declaration_group(&mut self, arg: &PortDeclarationGroup)
Semantic action for non-terminal ‘PortDeclarationGroup’
Source§fn port_declaration_item(&mut self, arg: &PortDeclarationItem)
fn port_declaration_item(&mut self, arg: &PortDeclarationItem)
Semantic action for non-terminal ‘PortDeclarationItem’
Source§fn function_declaration(&mut self, arg: &FunctionDeclaration)
fn function_declaration(&mut self, arg: &FunctionDeclaration)
Semantic action for non-terminal ‘FunctionDeclaration’
Source§fn import_declaration(&mut self, arg: &ImportDeclaration)
fn import_declaration(&mut self, arg: &ImportDeclaration)
Semantic action for non-terminal ‘ImportDeclaration’
Source§fn export_declaration(&mut self, arg: &ExportDeclaration)
fn export_declaration(&mut self, arg: &ExportDeclaration)
Semantic action for non-terminal ‘ExportDeclaration’
Source§fn unsafe_block(&mut self, arg: &UnsafeBlock)
fn unsafe_block(&mut self, arg: &UnsafeBlock)
Semantic action for non-terminal ‘UnsafeBlock’
Source§fn module_declaration(&mut self, arg: &ModuleDeclaration)
fn module_declaration(&mut self, arg: &ModuleDeclaration)
Semantic action for non-terminal ‘ModuleDeclaration’
Source§fn module_group(&mut self, arg: &ModuleGroup)
fn module_group(&mut self, arg: &ModuleGroup)
Semantic action for non-terminal ‘ModuleGroup’
Source§fn interface_declaration(&mut self, arg: &InterfaceDeclaration)
fn interface_declaration(&mut self, arg: &InterfaceDeclaration)
Semantic action for non-terminal ‘InterfaceDeclaration’
Source§fn interface_group(&mut self, arg: &InterfaceGroup)
fn interface_group(&mut self, arg: &InterfaceGroup)
Semantic action for non-terminal ‘InterfaceGroup’
Source§fn generate_if_declaration(&mut self, arg: &GenerateIfDeclaration)
fn generate_if_declaration(&mut self, arg: &GenerateIfDeclaration)
Semantic action for non-terminal ‘GenerateIfDeclaration’
Source§fn generate_for_declaration(&mut self, arg: &GenerateForDeclaration)
fn generate_for_declaration(&mut self, arg: &GenerateForDeclaration)
Semantic action for non-terminal ‘GenerateForDeclaration’
Source§fn generate_named_block(&mut self, arg: &GenerateNamedBlock)
fn generate_named_block(&mut self, arg: &GenerateNamedBlock)
Semantic action for non-terminal ‘GenerateNamedBlock’
Source§fn generate_optional_named_block(&mut self, arg: &GenerateOptionalNamedBlock)
fn generate_optional_named_block(&mut self, arg: &GenerateOptionalNamedBlock)
Semantic action for non-terminal ‘GenerateOptionalNamedBlock’
Source§fn generate_group(&mut self, arg: &GenerateGroup)
fn generate_group(&mut self, arg: &GenerateGroup)
Semantic action for non-terminal ‘GenerateGroup’
Source§fn package_declaration(&mut self, arg: &PackageDeclaration)
fn package_declaration(&mut self, arg: &PackageDeclaration)
Semantic action for non-terminal ‘PackageDeclaration’
Source§fn package_group(&mut self, arg: &PackageGroup)
fn package_group(&mut self, arg: &PackageGroup)
Semantic action for non-terminal ‘PackageGroup’
Source§fn proto_module_declaration(&mut self, arg: &ProtoModuleDeclaration)
fn proto_module_declaration(&mut self, arg: &ProtoModuleDeclaration)
Semantic action for non-terminal ‘ProtoModuleDeclaration’
Source§fn embed_declaration(&mut self, arg: &EmbedDeclaration)
fn embed_declaration(&mut self, arg: &EmbedDeclaration)
Semantic action for non-terminal ‘EmbedDeclaration’
Source§fn include_declaration(&mut self, arg: &IncludeDeclaration)
fn include_declaration(&mut self, arg: &IncludeDeclaration)
Semantic action for non-terminal ‘IncludeDeclaration’
Source§fn description_group(&mut self, arg: &DescriptionGroup)
fn description_group(&mut self, arg: &DescriptionGroup)
Semantic action for non-terminal ‘DescriptionGroup’
Source§fn description_item(&mut self, arg: &DescriptionItem)
fn description_item(&mut self, arg: &DescriptionItem)
Semantic action for non-terminal ‘DescriptionItem’
Source§fn string_literal(&mut self, arg: &StringLiteral)
fn string_literal(&mut self, arg: &StringLiteral)
Source§fn fixed_point(&mut self, arg: &FixedPoint)
fn fixed_point(&mut self, arg: &FixedPoint)
Source§fn assignment_operator(&mut self, arg: &AssignmentOperator)
fn assignment_operator(&mut self, arg: &AssignmentOperator)
Source§fn operator01(&mut self, arg: &Operator01)
fn operator01(&mut self, arg: &Operator01)
Source§fn operator02(&mut self, arg: &Operator02)
fn operator02(&mut self, arg: &Operator02)
Source§fn operator03(&mut self, arg: &Operator03)
fn operator03(&mut self, arg: &Operator03)
Source§fn operator04(&mut self, arg: &Operator04)
fn operator04(&mut self, arg: &Operator04)
Source§fn operator05(&mut self, arg: &Operator05)
fn operator05(&mut self, arg: &Operator05)
Source§fn operator06(&mut self, arg: &Operator06)
fn operator06(&mut self, arg: &Operator06)
Source§fn operator07(&mut self, arg: &Operator07)
fn operator07(&mut self, arg: &Operator07)
Source§fn operator08(&mut self, arg: &Operator08)
fn operator08(&mut self, arg: &Operator08)
Source§fn operator09(&mut self, arg: &Operator09)
fn operator09(&mut self, arg: &Operator09)
Source§fn operator10(&mut self, arg: &Operator10)
fn operator10(&mut self, arg: &Operator10)
Source§fn operator11(&mut self, arg: &Operator11)
fn operator11(&mut self, arg: &Operator11)
Source§fn unary_operator(&mut self, arg: &UnaryOperator)
fn unary_operator(&mut self, arg: &UnaryOperator)
Source§fn back_quote(&mut self, arg: &BackQuote)
fn back_quote(&mut self, arg: &BackQuote)
Source§fn colon_colon(&mut self, arg: &ColonColon)
fn colon_colon(&mut self, arg: &ColonColon)
Source§fn colon_colon_l_angle(&mut self, arg: &ColonColonLAngle)
fn colon_colon_l_angle(&mut self, arg: &ColonColonLAngle)
Source§fn dot_dot_equ(&mut self, arg: &DotDotEqu)
fn dot_dot_equ(&mut self, arg: &DotDotEqu)
Source§fn quote_l_brace(&mut self, arg: &QuoteLBrace)
fn quote_l_brace(&mut self, arg: &QuoteLBrace)
Source§fn minus_colon(&mut self, arg: &MinusColon)
fn minus_colon(&mut self, arg: &MinusColon)
Source§fn plus_colon(&mut self, arg: &PlusColon)
fn plus_colon(&mut self, arg: &PlusColon)
Source§fn always_comb(&mut self, arg: &AlwaysComb)
fn always_comb(&mut self, arg: &AlwaysComb)
Source§fn clock_posedge(&mut self, arg: &ClockPosedge)
fn clock_posedge(&mut self, arg: &ClockPosedge)
Source§fn clock_negedge(&mut self, arg: &ClockNegedge)
fn clock_negedge(&mut self, arg: &ClockNegedge)
Source§fn reset_async_high(&mut self, arg: &ResetAsyncHigh)
fn reset_async_high(&mut self, arg: &ResetAsyncHigh)
Source§fn reset_async_low(&mut self, arg: &ResetAsyncLow)
fn reset_async_low(&mut self, arg: &ResetAsyncLow)
Source§fn reset_sync_high(&mut self, arg: &ResetSyncHigh)
fn reset_sync_high(&mut self, arg: &ResetSyncHigh)
Source§fn reset_sync_low(&mut self, arg: &ResetSyncLow)
fn reset_sync_low(&mut self, arg: &ResetSyncLow)
Source§fn dollar_identifier(&mut self, arg: &DollarIdentifier)
fn dollar_identifier(&mut self, arg: &DollarIdentifier)
Source§fn integral_number(&mut self, arg: &IntegralNumber)
fn integral_number(&mut self, arg: &IntegralNumber)
Source§fn real_number(&mut self, arg: &RealNumber)
fn real_number(&mut self, arg: &RealNumber)
Source§fn hierarchical_identifier(&mut self, arg: &HierarchicalIdentifier)
fn hierarchical_identifier(&mut self, arg: &HierarchicalIdentifier)
Source§fn scoped_identifier(&mut self, arg: &ScopedIdentifier)
fn scoped_identifier(&mut self, arg: &ScopedIdentifier)
Source§fn expression_identifier(&mut self, arg: &ExpressionIdentifier)
fn expression_identifier(&mut self, arg: &ExpressionIdentifier)
Source§fn expression12(&mut self, arg: &Expression12)
fn expression12(&mut self, arg: &Expression12)
Source§fn identifier_factor(&mut self, arg: &IdentifierFactor)
fn identifier_factor(&mut self, arg: &IdentifierFactor)
Source§fn function_call(&mut self, arg: &FunctionCall)
fn function_call(&mut self, arg: &FunctionCall)
Source§fn argument_item(&mut self, arg: &ArgumentItem)
fn argument_item(&mut self, arg: &ArgumentItem)
Source§fn range_item(&mut self, arg: &RangeItem)
fn range_item(&mut self, arg: &RangeItem)
Source§fn range_operator(&mut self, arg: &RangeOperator)
fn range_operator(&mut self, arg: &RangeOperator)
Source§fn fixed_type(&mut self, arg: &FixedType)
fn fixed_type(&mut self, arg: &FixedType)
Source§fn variable_type(&mut self, arg: &VariableType)
fn variable_type(&mut self, arg: &VariableType)
Source§fn user_defined_type(&mut self, arg: &UserDefinedType)
fn user_defined_type(&mut self, arg: &UserDefinedType)
Source§fn type_modifier(&mut self, arg: &TypeModifier)
fn type_modifier(&mut self, arg: &TypeModifier)
Source§fn casting_type(&mut self, arg: &CastingType)
fn casting_type(&mut self, arg: &CastingType)
Source§fn clock_domain(&mut self, arg: &ClockDomain)
fn clock_domain(&mut self, arg: &ClockDomain)
Source§fn statement_block_item(&mut self, arg: &StatementBlockItem)
fn statement_block_item(&mut self, arg: &StatementBlockItem)
Source§fn break_statement(&mut self, arg: &BreakStatement)
fn break_statement(&mut self, arg: &BreakStatement)
Source§fn attribute_item(&mut self, arg: &AttributeItem)
fn attribute_item(&mut self, arg: &AttributeItem)
Source§fn assign_concatenation_item(&mut self, arg: &AssignConcatenationItem)
fn assign_concatenation_item(&mut self, arg: &AssignConcatenationItem)
Source§fn modport_default(&mut self, arg: &ModportDefault)
fn modport_default(&mut self, arg: &ModportDefault)
fn struct_union(&mut self, arg: &StructUnion)
Source§fn with_generic_parameter(&mut self, arg: &WithGenericParameter)
fn with_generic_parameter(&mut self, arg: &WithGenericParameter)
Source§fn with_generic_argument(&mut self, arg: &WithGenericArgument)
fn with_generic_argument(&mut self, arg: &WithGenericArgument)
Source§fn with_generic_argument_item(&mut self, arg: &WithGenericArgumentItem)
fn with_generic_argument_item(&mut self, arg: &WithGenericArgumentItem)
Source§fn port_type_concrete(&mut self, arg: &PortTypeConcrete)
fn port_type_concrete(&mut self, arg: &PortTypeConcrete)
Source§fn port_default_value(&mut self, arg: &PortDefaultValue)
fn port_default_value(&mut self, arg: &PortDefaultValue)
Source§fn port_type_abstract(&mut self, arg: &PortTypeAbstract)
fn port_type_abstract(&mut self, arg: &PortTypeAbstract)
Source§fn module_item(&mut self, arg: &ModuleItem)
fn module_item(&mut self, arg: &ModuleItem)
Source§fn interface_item(&mut self, arg: &InterfaceItem)
fn interface_item(&mut self, arg: &InterfaceItem)
Source§fn generate_block_declaration(&mut self, arg: &GenerateBlockDeclaration)
fn generate_block_declaration(&mut self, arg: &GenerateBlockDeclaration)
Source§fn generate_item(&mut self, arg: &GenerateItem)
fn generate_item(&mut self, arg: &GenerateItem)
Source§fn package_item(&mut self, arg: &PackageItem)
fn package_item(&mut self, arg: &PackageItem)
Source§fn embed_content(&mut self, arg: &EmbedContent)
fn embed_content(&mut self, arg: &EmbedContent)
Source§fn public_description_item(&mut self, arg: &PublicDescriptionItem)
fn public_description_item(&mut self, arg: &PublicDescriptionItem)
fn get_handlers(&mut self) -> Option<Vec<&mut dyn Handler>>
Auto Trait Implementations§
impl Freeze for Formatter
impl RefUnwindSafe for Formatter
impl Send for Formatter
impl Sync for Formatter
impl Unpin for Formatter
impl UnwindSafe for Formatter
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<D> OwoColorize for D
impl<D> OwoColorize for D
Source§fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
fn fg<C>(&self) -> FgColorDisplay<'_, C, Self>where
C: Color,
Source§fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
fn bg<C>(&self) -> BgColorDisplay<'_, C, Self>where
C: Color,
Source§fn black(&self) -> FgColorDisplay<'_, Black, Self>
fn black(&self) -> FgColorDisplay<'_, Black, Self>
Source§fn on_black(&self) -> BgColorDisplay<'_, Black, Self>
fn on_black(&self) -> BgColorDisplay<'_, Black, Self>
Source§fn red(&self) -> FgColorDisplay<'_, Red, Self>
fn red(&self) -> FgColorDisplay<'_, Red, Self>
Source§fn on_red(&self) -> BgColorDisplay<'_, Red, Self>
fn on_red(&self) -> BgColorDisplay<'_, Red, Self>
Source§fn green(&self) -> FgColorDisplay<'_, Green, Self>
fn green(&self) -> FgColorDisplay<'_, Green, Self>
Source§fn on_green(&self) -> BgColorDisplay<'_, Green, Self>
fn on_green(&self) -> BgColorDisplay<'_, Green, Self>
Source§fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>
fn yellow(&self) -> FgColorDisplay<'_, Yellow, Self>
Source§fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>
fn on_yellow(&self) -> BgColorDisplay<'_, Yellow, Self>
Source§fn blue(&self) -> FgColorDisplay<'_, Blue, Self>
fn blue(&self) -> FgColorDisplay<'_, Blue, Self>
Source§fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>
fn on_blue(&self) -> BgColorDisplay<'_, Blue, Self>
Source§fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>
fn magenta(&self) -> FgColorDisplay<'_, Magenta, Self>
Source§fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_magenta(&self) -> BgColorDisplay<'_, Magenta, Self>
Source§fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>
fn purple(&self) -> FgColorDisplay<'_, Magenta, Self>
Source§fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>
fn on_purple(&self) -> BgColorDisplay<'_, Magenta, Self>
Source§fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>
fn cyan(&self) -> FgColorDisplay<'_, Cyan, Self>
Source§fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>
fn on_cyan(&self) -> BgColorDisplay<'_, Cyan, Self>
Source§fn white(&self) -> FgColorDisplay<'_, White, Self>
fn white(&self) -> FgColorDisplay<'_, White, Self>
Source§fn on_white(&self) -> BgColorDisplay<'_, White, Self>
fn on_white(&self) -> BgColorDisplay<'_, White, Self>
Source§fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
fn default_color(&self) -> FgColorDisplay<'_, Default, Self>
Source§fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
fn on_default_color(&self) -> BgColorDisplay<'_, Default, Self>
Source§fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
fn bright_black(&self) -> FgColorDisplay<'_, BrightBlack, Self>
Source§fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
fn on_bright_black(&self) -> BgColorDisplay<'_, BrightBlack, Self>
Source§fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
fn bright_red(&self) -> FgColorDisplay<'_, BrightRed, Self>
Source§fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
fn on_bright_red(&self) -> BgColorDisplay<'_, BrightRed, Self>
Source§fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
fn bright_green(&self) -> FgColorDisplay<'_, BrightGreen, Self>
Source§fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
fn on_bright_green(&self) -> BgColorDisplay<'_, BrightGreen, Self>
Source§fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
fn bright_yellow(&self) -> FgColorDisplay<'_, BrightYellow, Self>
Source§fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
fn on_bright_yellow(&self) -> BgColorDisplay<'_, BrightYellow, Self>
Source§fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
fn bright_blue(&self) -> FgColorDisplay<'_, BrightBlue, Self>
Source§fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
fn on_bright_blue(&self) -> BgColorDisplay<'_, BrightBlue, Self>
Source§fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_magenta(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Source§fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_magenta(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Source§fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
fn bright_purple(&self) -> FgColorDisplay<'_, BrightMagenta, Self>
Source§fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
fn on_bright_purple(&self) -> BgColorDisplay<'_, BrightMagenta, Self>
Source§fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
fn bright_cyan(&self) -> FgColorDisplay<'_, BrightCyan, Self>
Source§fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
fn on_bright_cyan(&self) -> BgColorDisplay<'_, BrightCyan, Self>
Source§fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
fn bright_white(&self) -> FgColorDisplay<'_, BrightWhite, Self>
Source§fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
fn on_bright_white(&self) -> BgColorDisplay<'_, BrightWhite, Self>
Source§fn bold(&self) -> BoldDisplay<'_, Self>
fn bold(&self) -> BoldDisplay<'_, Self>
Source§fn dimmed(&self) -> DimDisplay<'_, Self>
fn dimmed(&self) -> DimDisplay<'_, Self>
Source§fn italic(&self) -> ItalicDisplay<'_, Self>
fn italic(&self) -> ItalicDisplay<'_, Self>
Source§fn underline(&self) -> UnderlineDisplay<'_, Self>
fn underline(&self) -> UnderlineDisplay<'_, Self>
Source§fn blink(&self) -> BlinkDisplay<'_, Self>
fn blink(&self) -> BlinkDisplay<'_, Self>
Source§fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
fn blink_fast(&self) -> BlinkFastDisplay<'_, Self>
Source§fn reversed(&self) -> ReversedDisplay<'_, Self>
fn reversed(&self) -> ReversedDisplay<'_, Self>
Source§fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
fn strikethrough(&self) -> StrikeThroughDisplay<'_, Self>
Source§fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn color<Color>(&self, color: Color) -> FgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
OwoColorize::fg
or
a color-specific method, such as OwoColorize::green
, Read moreSource§fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
fn on_color<Color>(&self, color: Color) -> BgDynColorDisplay<'_, Color, Self>where
Color: DynColor,
OwoColorize::bg
or
a color-specific method, such as OwoColorize::on_yellow
, Read more