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