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