Enum moore_svlog::hir::InsideRange [−][src]
Expand description
Single values or value ranges admissible in inside
sets.
Variants
Single(NodeId)
Tuple Fields of Single
0: NodeId
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 InsideRange
impl Send for InsideRange
impl Sync for InsideRange
impl Unpin for InsideRange
impl UnwindSafe for InsideRange
Blanket Implementations
Mutably borrows from an owned value. Read more