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