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