pub struct TextMacroUsage {
pub nodes: (Symbol, TextMacroIdentifier, Option<Paren<ListOfActualArguments>>),
}Fields
nodes: (Symbol, TextMacroIdentifier, Option<Paren<ListOfActualArguments>>)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 TextMacroUsage
impl Send for TextMacroUsage
impl Sync for TextMacroUsage
impl Unpin for TextMacroUsage
impl UnwindSafe for TextMacroUsage
Blanket Implementations
Mutably borrows from an owned value. Read more