pub struct PsParameterIdentifierGenerate {
    pub nodes: (Vec<(GenerateBlockIdentifier, Option<Bracket<ConstantExpression>>, Symbol)>, ParameterIdentifier),
}Fields§
§nodes: (Vec<(GenerateBlockIdentifier, Option<Bracket<ConstantExpression>>, Symbol)>, ParameterIdentifier)Trait Implementations§
Source§impl Clone for PsParameterIdentifierGenerate
 
impl Clone for PsParameterIdentifierGenerate
Source§fn clone(&self) -> PsParameterIdentifierGenerate
 
fn clone(&self) -> PsParameterIdentifierGenerate
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<'a> From<&'a PsParameterIdentifierGenerate> for RefNode<'a>
 
impl<'a> From<&'a PsParameterIdentifierGenerate> for RefNode<'a>
Source§fn from(x: &'a PsParameterIdentifierGenerate) -> RefNode<'a>
 
fn from(x: &'a PsParameterIdentifierGenerate) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a PsParameterIdentifierGenerate> for RefNodes<'a>
 
impl<'a> From<&'a PsParameterIdentifierGenerate> for RefNodes<'a>
Source§fn from(x: &'a PsParameterIdentifierGenerate) -> RefNodes<'a>
 
fn from(x: &'a PsParameterIdentifierGenerate) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<PsParameterIdentifierGenerate> for AnyNode
 
impl From<PsParameterIdentifierGenerate> for AnyNode
Source§fn from(x: PsParameterIdentifierGenerate) -> AnyNode
 
fn from(x: PsParameterIdentifierGenerate) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a PsParameterIdentifierGenerate
 
impl<'a> IntoIterator for &'a PsParameterIdentifierGenerate
Source§impl PartialEq for PsParameterIdentifierGenerate
 
impl PartialEq for PsParameterIdentifierGenerate
Source§fn eq(&self, other: &PsParameterIdentifierGenerate) -> bool
 
fn eq(&self, other: &PsParameterIdentifierGenerate) -> bool
Tests for 
self and other values to be equal, and is used by ==.Source§impl<'a> TryFrom<&'a PsParameterIdentifierGenerate> for Locate
 
impl<'a> TryFrom<&'a PsParameterIdentifierGenerate> for Locate
impl StructuralPartialEq for PsParameterIdentifierGenerate
Auto Trait Implementations§
impl Freeze for PsParameterIdentifierGenerate
impl RefUnwindSafe for PsParameterIdentifierGenerate
impl Send for PsParameterIdentifierGenerate
impl Sync for PsParameterIdentifierGenerate
impl Unpin for PsParameterIdentifierGenerate
impl UnwindSafe for PsParameterIdentifierGenerate
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