pub struct NonPortProgramItemAssertion {
pub nodes: (Vec<AttributeInstance>, ConcurrentAssertionItem),
}Fields
nodes: (Vec<AttributeInstance>, ConcurrentAssertionItem)Trait Implementations
sourceimpl Clone for NonPortProgramItemAssertion
impl Clone for NonPortProgramItemAssertion
sourcefn clone(&self) -> NonPortProgramItemAssertion
fn clone(&self) -> NonPortProgramItemAssertion
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for NonPortProgramItemAssertion
impl Debug for NonPortProgramItemAssertion
sourceimpl<'a> From<&'a NonPortProgramItemAssertion> for RefNodes<'a>
impl<'a> From<&'a NonPortProgramItemAssertion> for RefNodes<'a>
sourcefn from(x: &'a NonPortProgramItemAssertion) -> Self
fn from(x: &'a NonPortProgramItemAssertion) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a NonPortProgramItemAssertion> for RefNode<'a>
impl<'a> From<&'a NonPortProgramItemAssertion> for RefNode<'a>
sourcefn from(x: &'a NonPortProgramItemAssertion) -> Self
fn from(x: &'a NonPortProgramItemAssertion) -> Self
Converts to this type from the input type.
sourceimpl From<NonPortProgramItemAssertion> for AnyNode
impl From<NonPortProgramItemAssertion> for AnyNode
sourcefn from(x: NonPortProgramItemAssertion) -> Self
fn from(x: NonPortProgramItemAssertion) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a NonPortProgramItemAssertion
impl<'a> IntoIterator for &'a NonPortProgramItemAssertion
sourceimpl PartialEq<NonPortProgramItemAssertion> for NonPortProgramItemAssertion
impl PartialEq<NonPortProgramItemAssertion> for NonPortProgramItemAssertion
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &NonPortProgramItemAssertion) -> bool
fn ne(&self, other: &NonPortProgramItemAssertion) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a NonPortProgramItemAssertion> for Locate
impl<'a> TryFrom<&'a NonPortProgramItemAssertion> for Locate
sourceimpl TryFrom<AnyNode> for NonPortProgramItemAssertion
impl TryFrom<AnyNode> for NonPortProgramItemAssertion
sourceimpl TryFrom<NonPortProgramItemAssertion> for Locate
impl TryFrom<NonPortProgramItemAssertion> for Locate
impl StructuralPartialEq for NonPortProgramItemAssertion
Auto Trait Implementations
impl RefUnwindSafe for NonPortProgramItemAssertion
impl Send for NonPortProgramItemAssertion
impl Sync for NonPortProgramItemAssertion
impl Unpin for NonPortProgramItemAssertion
impl UnwindSafe for NonPortProgramItemAssertion
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more