Enum calyx_frontend::parser::AliasedRule
source · pub enum AliasedRule {
Show 96 variants
invoke_arg,
guard_gt,
hole,
outputs,
latency_annotation,
LHS,
binary,
wire,
num_lit,
comb_or_static,
hex,
static_if_stmt,
port_with,
switch_stmt,
externs_and_comps,
block_char,
primitive,
bad_num,
inputs,
cell_without_semi,
empty,
static_par,
control,
identifier,
guard_geq,
while_stmt,
decimal,
stmt,
cell,
prim_inline,
static_group,
static_invoke,
at_attribute,
guard_expr,
guard_lt,
cmp_expr,
ext,
term,
any_char,
if_stmt,
metadata_char,
metadata,
bitwidth,
args,
at_attributes,
invoke_args,
static_switch_stmt,
signature,
guard_neq,
par,
attributes,
both_comb_static,
char,
semi,
expr,
comma_req,
reference,
static_seq,
static_optional_latency,
group,
extern_or_component,
enable,
EOI,
block_string,
static_timing_expr,
static_word,
attribute,
name_with_attribute,
static_annotation,
io_port,
block,
invoke_ref_args,
cells,
stmts_without_block,
repeat_stmt,
octal,
guard_not,
imports,
params,
guard_eq,
invoke_ref_arg,
sig_with_params,
static_guard_expr,
static_term,
seq,
file,
static_wire,
invoke,
guard_leq,
comma,
connections,
port,
comb,
attr_val,
string_lit,
component,
}Variants§
invoke_arg
guard_gt
hole
outputs
latency_annotation
LHS
binary
wire
num_lit
comb_or_static
hex
static_if_stmt
port_with
switch_stmt
externs_and_comps
block_char
primitive
bad_num
inputs
cell_without_semi
empty
static_par
control
identifier
guard_geq
while_stmt
decimal
stmt
cell
prim_inline
static_group
static_invoke
at_attribute
guard_expr
guard_lt
cmp_expr
ext
term
any_char
if_stmt
metadata_char
metadata
bitwidth
args
at_attributes
invoke_args
static_switch_stmt
signature
guard_neq
par
attributes
both_comb_static
char
semi
expr
comma_req
reference
static_seq
static_optional_latency
group
extern_or_component
enable
EOI
block_string
static_timing_expr
static_word
attribute
name_with_attribute
static_annotation
io_port
block
invoke_ref_args
cells
stmts_without_block
repeat_stmt
octal
guard_not
imports
params
guard_eq
invoke_ref_arg
sig_with_params
static_guard_expr
static_term
seq
file
static_wire
invoke
guard_leq
comma
connections
port
comb
attr_val
string_lit
component
Trait Implementations§
source§impl Clone for AliasedRule
impl Clone for AliasedRule
source§fn clone(&self) -> AliasedRule
fn clone(&self) -> AliasedRule
Returns a copy 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<AliasedRule> for AliasedRule
impl PartialEq<AliasedRule> for AliasedRule
source§fn eq(&self, other: &AliasedRule) -> bool
fn eq(&self, other: &AliasedRule) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<AliasedRule> for AliasedRule
impl PartialOrd<AliasedRule> for AliasedRule
source§fn partial_cmp(&self, other: &AliasedRule) -> Option<Ordering>
fn partial_cmp(&self, other: &AliasedRule) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for AliasedRule
impl Eq for AliasedRule
impl StructuralEq for AliasedRule
impl StructuralPartialEq for AliasedRule
Auto Trait Implementations§
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
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.