Struct planus_cli::lexer::TokenMetadata [−][src]
pub struct TokenMetadata<'a> {
pub pre_comment_blocks: Vec<CommentBlock<'a>>,
pub token_begins_paragraph: bool,
pub post_comment: Option<Comment<'a>>,
}Fields
pre_comment_blocks: Vec<CommentBlock<'a>>token_begins_paragraph: boolpost_comment: Option<Comment<'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 TokenMetadata<'a>
impl<'a> Send for TokenMetadata<'a>
impl<'a> Sync for TokenMetadata<'a>
impl<'a> Unpin for TokenMetadata<'a>
impl<'a> UnwindSafe for TokenMetadata<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
