Struct g_code::parse::token::Whitespace [−][src]
pub struct Whitespace<'input> { /* fields omitted */ }Expand description
Any sequence of ASCII whitespace except for Newline.
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 Whitespace<'input>
impl<'input> Send for Whitespace<'input>
impl<'input> Sync for Whitespace<'input>
impl<'input> Unpin for Whitespace<'input>
impl<'input> UnwindSafe for Whitespace<'input>
Blanket Implementations
Mutably borrows from an owned value. Read more