Enum slr_parser::StringKind [] [src]

pub enum StringKind<'l> {
    EscapedString(&'l str),
    RawString(&'l str),
}

Variants

Trait Implementations

impl<'l> Clone for StringKind<'l>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'l> Copy for StringKind<'l>
[src]

impl<'l> Debug for StringKind<'l>
[src]

Formats the value using the given formatter.

impl<'l> PartialEq for StringKind<'l>
[src]

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

This method tests for !=.