Struct skimmer::scanner::Quote [] [src]

pub struct Quote {
    pub escapes_stop: bool,
    pub escaped: bool,
    pub greedy: bool,
    pub is_stop: bool,
}

Fields

Methods

impl Quote
[src]