Enum moore_svlog_syntax::ast::AssertionData [−][src]
pub enum AssertionData<'a> {
Immediate(BlockingAssertion<'a>),
Deferred(AssertionDeferred, BlockingAssertion<'a>),
Concurrent(ConcurrentAssertion<'a>),
}Variants
Immediate(BlockingAssertion<'a>)Tuple Fields of Immediate
0: BlockingAssertion<'a>Deferred(AssertionDeferred, BlockingAssertion<'a>)Tuple Fields of Deferred
0: AssertionDeferred1: BlockingAssertion<'a>Concurrent(ConcurrentAssertion<'a>)Tuple Fields of Concurrent
0: ConcurrentAssertion<'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 AssertionData<'a>
impl<'a> Send for AssertionData<'a>
impl<'a> Sync for AssertionData<'a>
impl<'a> Unpin for AssertionData<'a>
impl<'a> !UnwindSafe for AssertionData<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more