Struct moore_svlog_syntax::ast::StreamExpr [−][src]
Fields
expr: Box<Expr<'a>>range: Option<Box<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 StreamExpr<'a>
impl<'a> Send for StreamExpr<'a>
impl<'a> Sync for StreamExpr<'a>
impl<'a> Unpin for StreamExpr<'a>
impl<'a> !UnwindSafe for StreamExpr<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more