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