Struct g_code::parse::token::InlineComment [−][src]
pub struct InlineComment<'input> { /* fields omitted */ }Expand description
An opening parenthesis ( followed by ASCII characters and terminated
by a closing parenthesis ).
A Newline is not allowed in an inline comment.
The parentheses are part of the inner representation.
Implementations
Trait Implementations
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<'input> RefUnwindSafe for InlineComment<'input>impl<'input> Send for InlineComment<'input>impl<'input> Sync for InlineComment<'input>impl<'input> Unpin for InlineComment<'input>impl<'input> UnwindSafe for InlineComment<'input>Blanket Implementations
Mutably borrows from an owned value. Read more