pub struct NonPortProgramItemAssertion {
pub nodes: (Vec<AttributeInstance>, ConcurrentAssertionItem),
}Fields§
§nodes: (Vec<AttributeInstance>, ConcurrentAssertionItem)Trait Implementations§
source§impl Clone for NonPortProgramItemAssertion
impl Clone for NonPortProgramItemAssertion
source§fn clone(&self) -> NonPortProgramItemAssertion
fn clone(&self) -> NonPortProgramItemAssertion
Returns a copy 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 Debug for NonPortProgramItemAssertion
impl Debug for NonPortProgramItemAssertion
source§impl<'a> From<&'a NonPortProgramItemAssertion> for RefNode<'a>
impl<'a> From<&'a NonPortProgramItemAssertion> for RefNode<'a>
source§fn from(x: &'a NonPortProgramItemAssertion) -> Self
fn from(x: &'a NonPortProgramItemAssertion) -> Self
Converts to this type from the input type.
source§impl<'a> From<&'a NonPortProgramItemAssertion> for RefNodes<'a>
impl<'a> From<&'a NonPortProgramItemAssertion> for RefNodes<'a>
source§fn from(x: &'a NonPortProgramItemAssertion) -> Self
fn from(x: &'a NonPortProgramItemAssertion) -> Self
Converts to this type from the input type.
source§impl From<NonPortProgramItemAssertion> for AnyNode
impl From<NonPortProgramItemAssertion> for AnyNode
source§fn from(x: NonPortProgramItemAssertion) -> Self
fn from(x: NonPortProgramItemAssertion) -> Self
Converts to this type from the input type.
source§impl<'a> IntoIterator for &'a NonPortProgramItemAssertion
impl<'a> IntoIterator for &'a NonPortProgramItemAssertion
source§impl PartialEq<NonPortProgramItemAssertion> for NonPortProgramItemAssertion
impl PartialEq<NonPortProgramItemAssertion> for NonPortProgramItemAssertion
source§fn eq(&self, other: &NonPortProgramItemAssertion) -> bool
fn eq(&self, other: &NonPortProgramItemAssertion) -> bool
This method tests for
self and other values to be equal, and is used
by ==.