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