pub struct AssertionVariableDeclaration {
    pub nodes: (VarDataType, ListOfVariableDeclAssignments, Symbol),
}Fields§
§nodes: (VarDataType, ListOfVariableDeclAssignments, Symbol)Trait Implementations§
Source§impl Clone for AssertionVariableDeclaration
 
impl Clone for AssertionVariableDeclaration
Source§fn clone(&self) -> AssertionVariableDeclaration
 
fn clone(&self) -> AssertionVariableDeclaration
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 Debug for AssertionVariableDeclaration
 
impl Debug for AssertionVariableDeclaration
Source§impl<'a> From<&'a AssertionVariableDeclaration> for RefNode<'a>
 
impl<'a> From<&'a AssertionVariableDeclaration> for RefNode<'a>
Source§fn from(x: &'a AssertionVariableDeclaration) -> RefNode<'a>
 
fn from(x: &'a AssertionVariableDeclaration) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a AssertionVariableDeclaration> for RefNodes<'a>
 
impl<'a> From<&'a AssertionVariableDeclaration> for RefNodes<'a>
Source§fn from(x: &'a AssertionVariableDeclaration) -> RefNodes<'a>
 
fn from(x: &'a AssertionVariableDeclaration) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<AssertionVariableDeclaration> for AnyNode
 
impl From<AssertionVariableDeclaration> for AnyNode
Source§fn from(x: AssertionVariableDeclaration) -> AnyNode
 
fn from(x: AssertionVariableDeclaration) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a AssertionVariableDeclaration
 
impl<'a> IntoIterator for &'a AssertionVariableDeclaration
Source§impl PartialEq for AssertionVariableDeclaration
 
impl PartialEq for AssertionVariableDeclaration
Source§fn eq(&self, other: &AssertionVariableDeclaration) -> bool
 
fn eq(&self, other: &AssertionVariableDeclaration) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a AssertionVariableDeclaration> for Locate
 
impl<'a> TryFrom<&'a AssertionVariableDeclaration> for Locate
Source§impl TryFrom<AssertionVariableDeclaration> for Locate
 
impl TryFrom<AssertionVariableDeclaration> for Locate
impl StructuralPartialEq for AssertionVariableDeclaration
Auto Trait Implementations§
impl Freeze for AssertionVariableDeclaration
impl RefUnwindSafe for AssertionVariableDeclaration
impl Send for AssertionVariableDeclaration
impl Sync for AssertionVariableDeclaration
impl Unpin for AssertionVariableDeclaration
impl UnwindSafe for AssertionVariableDeclaration
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