Struct joker::token::RegExpLiteral [] [src]

pub struct RegExpLiteral {
    pub pattern: String,
    pub flags: Vec<char>,
}

Fields

Trait Implementations

impl Debug for RegExpLiteral
[src]

Formats the value using the given formatter.

impl PartialEq for RegExpLiteral
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.