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