pub enum AliasedRule {
Show 98 variants cells, attribute, char, outputs, any_char, at_attribute, float, at_attributes, sig_with_params, static_term, guard_lt, binary, cmp_expr, port_with, term, static_group, invoke_ref_args, static_par, stmts_without_block, metadata, static_seq, comma, externs_and_comps, block_char, semi, float_const, guard_gt, guard_expr, group, static_if_stmt, string_lit, block_string, both_comb_static, args, extern_or_component, comb_or_static, attributes, invoke_arg, invoke_ref_arg, reference, guard_eq, while_stmt, octal, hex, seq, imports, prim_inline, EOI, static_timing_expr, stmt, cell_without_semi, identifier, bitwidth, static_guard_expr, static_wire, invoke, component, wire, block, comma_req, port, guard_leq, static_switch_stmt, comb, if_stmt, metadata_char, invoke_args, file, enable, io_port, signature, hole, name_with_attribute, latency_annotation, expr, connections, bad_num, switch_stmt, par, static_invoke, cell, ext, num_lit, inputs, LHS, attr_val, decimal, guard_neq, guard_geq, params, static_annotation, guard_not, empty, repeat_stmt, control, primitive, static_word, static_optional_latency,
}

Variants

cells

attribute

char

outputs

any_char

at_attribute

float

at_attributes

sig_with_params

static_term

guard_lt

binary

cmp_expr

port_with

term

static_group

invoke_ref_args

static_par

stmts_without_block

metadata

static_seq

comma

externs_and_comps

block_char

semi

float_const

guard_gt

guard_expr

group

static_if_stmt

string_lit

block_string

both_comb_static

args

extern_or_component

comb_or_static

attributes

invoke_arg

invoke_ref_arg

reference

guard_eq

while_stmt

octal

hex

seq

imports

prim_inline

EOI

static_timing_expr

stmt

cell_without_semi

identifier

bitwidth

static_guard_expr

static_wire

invoke

component

wire

block

comma_req

port

guard_leq

static_switch_stmt

comb

if_stmt

metadata_char

invoke_args

file

enable

io_port

signature

hole

name_with_attribute

latency_annotation

expr

connections

bad_num

switch_stmt

par

static_invoke

cell

ext

num_lit

inputs

LHS

attr_val

decimal

guard_neq

guard_geq

params

static_annotation

guard_not

empty

repeat_stmt

control

primitive

static_word

static_optional_latency

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given Hasher. Read more
Feeds a slice of this type into the given Hasher. Read more
This method returns an Ordering between self and other. Read more
Compares and returns the maximum of two values. Read more
Compares and returns the minimum of two values. Read more
Restrict a value to a certain interval. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Compare self to key and return their ordering.
Checks if this value is equivalent to the given key. Read more
Compare self to key and return true if they are equal.

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.