Struct g_code::parse::token::LineComponent [−][src]
pub struct LineComponent<'input> { /* fields omitted */ }Expand description
An internal structure used to make writing the peg parser easier.
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
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 LineComponent<'input>
impl<'input> Send for LineComponent<'input>
impl<'input> Sync for LineComponent<'input>
impl<'input> Unpin for LineComponent<'input>
impl<'input> UnwindSafe for LineComponent<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more