pub struct TextMacroName {
pub nodes: (TextMacroIdentifier, Option<Paren<ListOfFormalArguments>>),
}Fields
nodes: (TextMacroIdentifier, Option<Paren<ListOfFormalArguments>>)Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for TextMacroName
impl Send for TextMacroName
impl Sync for TextMacroName
impl Unpin for TextMacroName
impl UnwindSafe for TextMacroName
Blanket Implementations
Mutably borrows from an owned value. Read more