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