Struct sv_parser_syntaxtree::declarations::assertion_declarations::AssertionVariableDeclaration
source · [−]pub struct AssertionVariableDeclaration {
pub nodes: (VarDataType, ListOfVariableDeclAssignments, Symbol),
}Fields
nodes: (VarDataType, ListOfVariableDeclAssignments, Symbol)Trait Implementations
sourceimpl Clone for AssertionVariableDeclaration
impl Clone for AssertionVariableDeclaration
sourcefn clone(&self) -> AssertionVariableDeclaration
fn clone(&self) -> AssertionVariableDeclaration
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 AssertionVariableDeclaration
impl Debug for AssertionVariableDeclaration
sourceimpl<'a> From<&'a AssertionVariableDeclaration> for RefNodes<'a>
impl<'a> From<&'a AssertionVariableDeclaration> for RefNodes<'a>
sourcefn from(x: &'a AssertionVariableDeclaration) -> Self
fn from(x: &'a AssertionVariableDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a AssertionVariableDeclaration> for RefNode<'a>
impl<'a> From<&'a AssertionVariableDeclaration> for RefNode<'a>
sourcefn from(x: &'a AssertionVariableDeclaration) -> Self
fn from(x: &'a AssertionVariableDeclaration) -> Self
Converts to this type from the input type.
sourceimpl From<AssertionVariableDeclaration> for AnyNode
impl From<AssertionVariableDeclaration> for AnyNode
sourcefn from(x: AssertionVariableDeclaration) -> Self
fn from(x: AssertionVariableDeclaration) -> Self
Converts to this type from the input type.
sourceimpl<'a> IntoIterator for &'a AssertionVariableDeclaration
impl<'a> IntoIterator for &'a AssertionVariableDeclaration
sourceimpl PartialEq<AssertionVariableDeclaration> for AssertionVariableDeclaration
impl PartialEq<AssertionVariableDeclaration> for AssertionVariableDeclaration
sourcefn eq(&self, other: &AssertionVariableDeclaration) -> bool
fn eq(&self, other: &AssertionVariableDeclaration) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &AssertionVariableDeclaration) -> bool
fn ne(&self, other: &AssertionVariableDeclaration) -> bool
This method tests for !=.
sourceimpl<'a> TryFrom<&'a AssertionVariableDeclaration> for Locate
impl<'a> TryFrom<&'a AssertionVariableDeclaration> for Locate
sourceimpl TryFrom<AnyNode> for AssertionVariableDeclaration
impl TryFrom<AnyNode> for AssertionVariableDeclaration
sourceimpl TryFrom<AssertionVariableDeclaration> for Locate
impl TryFrom<AssertionVariableDeclaration> for Locate
impl StructuralPartialEq for AssertionVariableDeclaration
Auto Trait Implementations
impl RefUnwindSafe for AssertionVariableDeclaration
impl Send for AssertionVariableDeclaration
impl Sync for AssertionVariableDeclaration
impl Unpin for AssertionVariableDeclaration
impl UnwindSafe for AssertionVariableDeclaration
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