Struct planus_cli::lexer::TokenWithMetadata [−][src]
pub struct TokenWithMetadata<'a>(pub Token<'a>, pub TokenMetadata<'a>);Tuple Fields
0: Token<'a>1: TokenMetadata<'a>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<'a> RefUnwindSafe for TokenWithMetadata<'a>
impl<'a> Send for TokenWithMetadata<'a>
impl<'a> Sync for TokenWithMetadata<'a>
impl<'a> Unpin for TokenWithMetadata<'a>
impl<'a> UnwindSafe for TokenWithMetadata<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
