Enum moore_svlog_syntax::ast::ValueRange [−][src]
Variants
Single(Expr<'a>)Tuple Fields of Single
0: Expr<'a>Trait Implementations
Apply a function to each child node.
Apply a function to this node.
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<'a> !RefUnwindSafe for ValueRange<'a>
impl<'a> Send for ValueRange<'a>
impl<'a> Sync for ValueRange<'a>
impl<'a> Unpin for ValueRange<'a>
impl<'a> !UnwindSafe for ValueRange<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more