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