Enum moore_svlog::hir::PatternMapping [−][src]
Expand description
A named pattern mapping.
Variants
Type(NodeId)
A field with a type as key, e.g. '{logic: ...}
.
Tuple Fields of Type
0: NodeId
Member(NodeId)
A field with an expression as key, e.g. '{foo: ..., 31: ...}
.
Tuple Fields of Member
0: NodeId
A default field, e.g. '{default: ...}
.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PatternMapping
impl Send for PatternMapping
impl Sync for PatternMapping
impl Unpin for PatternMapping
impl UnwindSafe for PatternMapping
Blanket Implementations
Mutably borrows from an owned value. Read more