Enum moore_svlog::ast::ConcurrentAssertion [−][src]
pub enum ConcurrentAssertion<'a> {
AssertProperty(PropSpec, AssertionActionBlock<'a>),
AssumeProperty(PropSpec, AssertionActionBlock<'a>),
CoverProperty(PropSpec, Node<'a, StmtData<'a>>),
CoverSequence,
ExpectProperty(PropSpec, AssertionActionBlock<'a>),
RestrictProperty(PropSpec),
}
Variants
AssertProperty(PropSpec, AssertionActionBlock<'a>)
Tuple Fields of AssertProperty
0: PropSpec
1: AssertionActionBlock<'a>
AssumeProperty(PropSpec, AssertionActionBlock<'a>)
Tuple Fields of AssumeProperty
0: PropSpec
1: AssertionActionBlock<'a>
ExpectProperty(PropSpec, AssertionActionBlock<'a>)
Tuple Fields of ExpectProperty
0: PropSpec
1: AssertionActionBlock<'a>
RestrictProperty(PropSpec)
Tuple Fields of RestrictProperty
0: PropSpec
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 ConcurrentAssertion<'a>
impl<'a> Send for ConcurrentAssertion<'a>
impl<'a> Sync for ConcurrentAssertion<'a>
impl<'a> Unpin for ConcurrentAssertion<'a>
impl<'a> !UnwindSafe for ConcurrentAssertion<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more