Struct moore_svlog::ast::StreamExpr [−][src]
pub struct StreamExpr<'a> {
pub expr: Box<Node<'a, ExprData<'a>>, Global>,
pub range: Option<Box<Node<'a, ExprData<'a>>, Global>>,
}Fields
expr: Box<Node<'a, ExprData<'a>>, Global>range: Option<Box<Node<'a, ExprData<'a>>, Global>>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