Enum moore_svlog_syntax::ast::SeqRep [−][src]
pub enum SeqRep<'a> {
Consec(Expr<'a>),
ConsecStar,
ConsecPlus,
Nonconsec(Expr<'a>),
Goto(Expr<'a>),
}Variants
Consec(Expr<'a>)Tuple Fields of Consec
0: Expr<'a>Nonconsec(Expr<'a>)Tuple Fields of Nonconsec
0: Expr<'a>Goto(Expr<'a>)Tuple Fields of Goto
0: Expr<'a>Trait Implementations
Apply a function to each child node.
Apply a function to this node.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SeqRep<'a>
impl<'a> !UnwindSafe for SeqRep<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more