pub enum AliasedRule {
Show 140 variants
static_par,
static_optional_latency,
type_primitive_uint,
semi,
static_seq,
invoke_args,
comb,
connections,
metadata,
guard_lt,
fsm,
binary,
at_attributes,
memory_table,
type_primitive,
memory_loc,
guard_neq,
port_with,
file_header,
pos_state_entry,
attribute,
static_term,
type_primitive_sint,
seq,
control,
variable_table,
EOI,
port,
comma,
primitive,
cmp_expr,
assignment_set,
block_string,
identifier,
static_group,
par,
empty,
while_stmt,
term,
static_switch_stmt,
group,
prim_inline,
type_entry,
comb_or_static,
variable_header,
octal,
switch_stmt,
memory_str,
hole,
if_stmt,
type_primitive_bitfield,
wire,
extra_info,
comma_req,
guard_geq,
stmts_without_block,
expr,
type_field,
layout_function_packed,
state_idx,
type_entry_struct,
invoke,
position_header,
variable_name,
LHS,
enable,
outputs,
bad_num,
layout_function_split,
type_header,
args,
transition,
guard_gt,
file_table,
block_char,
imports,
state,
any_char,
both_comb_static,
cell_without_semi,
path_text,
file_entry,
cells,
string_lit,
bitwidth,
static_word,
name_with_attribute,
attr_set,
float_const,
block,
type_entry_array,
float,
at_attribute,
ext,
variable_layout,
decimal,
type_table,
inputs,
invoke_arg,
num_lit,
guard_not,
memory_header,
type_primitive_bool,
attributes,
char,
invoke_ref_arg,
static_if_stmt,
static_timing_expr,
type_entry_struct_field_name,
position_table,
guard_expr,
guard_eq,
position_entry,
externs_and_comps,
single_assignment,
signature,
hex,
guard_leq,
repeat_stmt,
file,
metadata_char,
attr_val,
transition_rule,
extern_or_component,
pos_state_header,
source_info_table,
latency_annotation,
static_guard_expr,
static_wire,
component,
static_invoke,
params,
stmt,
invoke_ref_args,
reference,
static_annotation,
pos_state_table,
cell,
io_port,
sig_with_params,
}Variants§
static_par
static_optional_latency
type_primitive_uint
semi
static_seq
invoke_args
comb
connections
metadata
guard_lt
fsm
binary
at_attributes
memory_table
type_primitive
memory_loc
guard_neq
port_with
file_header
pos_state_entry
attribute
static_term
type_primitive_sint
seq
control
variable_table
EOI
port
comma
primitive
cmp_expr
assignment_set
block_string
identifier
static_group
par
empty
while_stmt
term
static_switch_stmt
group
prim_inline
type_entry
comb_or_static
variable_header
octal
switch_stmt
memory_str
hole
if_stmt
type_primitive_bitfield
wire
extra_info
comma_req
guard_geq
stmts_without_block
expr
type_field
layout_function_packed
state_idx
type_entry_struct
invoke
position_header
variable_name
LHS
enable
outputs
bad_num
layout_function_split
type_header
args
transition
guard_gt
file_table
block_char
imports
state
any_char
both_comb_static
cell_without_semi
path_text
file_entry
cells
string_lit
bitwidth
static_word
name_with_attribute
attr_set
float_const
block
type_entry_array
float
at_attribute
ext
variable_layout
decimal
type_table
inputs
invoke_arg
num_lit
guard_not
memory_header
type_primitive_bool
attributes
char
invoke_ref_arg
static_if_stmt
static_timing_expr
type_entry_struct_field_name
position_table
guard_expr
guard_eq
position_entry
externs_and_comps
single_assignment
signature
hex
guard_leq
repeat_stmt
file
metadata_char
attr_val
transition_rule
extern_or_component
pos_state_header
source_info_table
latency_annotation
static_guard_expr
static_wire
component
static_invoke
params
stmt
invoke_ref_args
reference
static_annotation
pos_state_table
cell
io_port
sig_with_params
Trait Implementations§
Source§impl Clone for AliasedRule
impl Clone for AliasedRule
Source§fn clone(&self) -> AliasedRule
fn clone(&self) -> AliasedRule
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AliasedRule
impl Debug for AliasedRule
Source§impl Hash for AliasedRule
impl Hash for AliasedRule
Source§impl Ord for AliasedRule
impl Ord for AliasedRule
Source§fn cmp(&self, other: &AliasedRule) -> Ordering
fn cmp(&self, other: &AliasedRule) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for AliasedRule
impl PartialEq for AliasedRule
Source§impl PartialOrd for AliasedRule
impl PartialOrd for AliasedRule
impl Copy for AliasedRule
impl Eq for AliasedRule
impl StructuralPartialEq for AliasedRule
Auto Trait Implementations§
impl Freeze for AliasedRule
impl RefUnwindSafe for AliasedRule
impl Send for AliasedRule
impl Sync for AliasedRule
impl Unpin for AliasedRule
impl UnwindSafe for AliasedRule
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CallHasher for T
impl<T> CallHasher for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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>
Converts
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>
Converts
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 more