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