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