pub struct ListOfVariableAssignments {
    pub nodes: (List<Symbol, VariableAssignment>,),
}Fields§
§nodes: (List<Symbol, VariableAssignment>,)Trait Implementations§
Source§impl Clone for ListOfVariableAssignments
 
impl Clone for ListOfVariableAssignments
Source§fn clone(&self) -> ListOfVariableAssignments
 
fn clone(&self) -> ListOfVariableAssignments
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 ListOfVariableAssignments
 
impl Debug for ListOfVariableAssignments
Source§impl<'a> From<&'a ListOfVariableAssignments> for RefNode<'a>
 
impl<'a> From<&'a ListOfVariableAssignments> for RefNode<'a>
Source§fn from(x: &'a ListOfVariableAssignments) -> RefNode<'a>
 
fn from(x: &'a ListOfVariableAssignments) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a ListOfVariableAssignments> for RefNodes<'a>
 
impl<'a> From<&'a ListOfVariableAssignments> for RefNodes<'a>
Source§fn from(x: &'a ListOfVariableAssignments) -> RefNodes<'a>
 
fn from(x: &'a ListOfVariableAssignments) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<ListOfVariableAssignments> for AnyNode
 
impl From<ListOfVariableAssignments> for AnyNode
Source§fn from(x: ListOfVariableAssignments) -> AnyNode
 
fn from(x: ListOfVariableAssignments) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a ListOfVariableAssignments
 
impl<'a> IntoIterator for &'a ListOfVariableAssignments
Source§impl<'a> TryFrom<&'a ListOfVariableAssignments> for Locate
 
impl<'a> TryFrom<&'a ListOfVariableAssignments> for Locate
Source§impl TryFrom<AnyNode> for ListOfVariableAssignments
 
impl TryFrom<AnyNode> for ListOfVariableAssignments
Source§impl TryFrom<ListOfVariableAssignments> for Locate
 
impl TryFrom<ListOfVariableAssignments> for Locate
impl StructuralPartialEq for ListOfVariableAssignments
Auto Trait Implementations§
impl Freeze for ListOfVariableAssignments
impl RefUnwindSafe for ListOfVariableAssignments
impl Send for ListOfVariableAssignments
impl Sync for ListOfVariableAssignments
impl Unpin for ListOfVariableAssignments
impl UnwindSafe for ListOfVariableAssignments
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