Enum moore_svlog_syntax::ast::StreamConcatSlice [−][src]
Variants
Type(Type<'a>)Tuple Fields of Type
0: Type<'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 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