pub struct ConcurrentAssertionItemStatement {
    pub nodes: (Option<(BlockIdentifier, Symbol)>, ConcurrentAssertionStatement),
}Fields§
§nodes: (Option<(BlockIdentifier, Symbol)>, ConcurrentAssertionStatement)Trait Implementations§
Source§impl Clone for ConcurrentAssertionItemStatement
 
impl Clone for ConcurrentAssertionItemStatement
Source§fn clone(&self) -> ConcurrentAssertionItemStatement
 
fn clone(&self) -> ConcurrentAssertionItemStatement
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl<'a> From<&'a ConcurrentAssertionItemStatement> for RefNode<'a>
 
impl<'a> From<&'a ConcurrentAssertionItemStatement> for RefNode<'a>
Source§fn from(x: &'a ConcurrentAssertionItemStatement) -> RefNode<'a>
 
fn from(x: &'a ConcurrentAssertionItemStatement) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ConcurrentAssertionItemStatement> for RefNodes<'a>
 
impl<'a> From<&'a ConcurrentAssertionItemStatement> for RefNodes<'a>
Source§fn from(x: &'a ConcurrentAssertionItemStatement) -> RefNodes<'a>
 
fn from(x: &'a ConcurrentAssertionItemStatement) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ConcurrentAssertionItemStatement> for AnyNode
 
impl From<ConcurrentAssertionItemStatement> for AnyNode
Source§fn from(x: ConcurrentAssertionItemStatement) -> AnyNode
 
fn from(x: ConcurrentAssertionItemStatement) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ConcurrentAssertionItemStatement
 
impl<'a> IntoIterator for &'a ConcurrentAssertionItemStatement
Source§impl<'a> Node<'a> for ConcurrentAssertionItemStatement
 
impl<'a> Node<'a> for ConcurrentAssertionItemStatement
Source§impl PartialEq for ConcurrentAssertionItemStatement
 
impl PartialEq for ConcurrentAssertionItemStatement
Source§fn eq(&self, other: &ConcurrentAssertionItemStatement) -> bool
 
fn eq(&self, other: &ConcurrentAssertionItemStatement) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a ConcurrentAssertionItemStatement> for Locate
 
impl<'a> TryFrom<&'a ConcurrentAssertionItemStatement> for Locate
impl StructuralPartialEq for ConcurrentAssertionItemStatement
Auto Trait Implementations§
impl Freeze for ConcurrentAssertionItemStatement
impl RefUnwindSafe for ConcurrentAssertionItemStatement
impl Send for ConcurrentAssertionItemStatement
impl Sync for ConcurrentAssertionItemStatement
impl Unpin for ConcurrentAssertionItemStatement
impl UnwindSafe for ConcurrentAssertionItemStatement
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more