Enum moore_svlog::ast::StreamConcatSlice [−][src]
pub enum StreamConcatSlice<'a> {
Expr(Box<Node<'a, ExprData<'a>>, Global>),
Type(Node<'a, TypeData<'a>>),
}
Variants
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 StreamConcatSlice<'a>
impl<'a> Send for StreamConcatSlice<'a>
impl<'a> Sync for StreamConcatSlice<'a>
impl<'a> Unpin for StreamConcatSlice<'a>
impl<'a> !UnwindSafe for StreamConcatSlice<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more