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