Struct slr_parser::ConfigString [] [src]

pub struct ConfigString<'l> {
    pub kind: StringKind<'l>,
    pub span: Span,
}

Fields

Methods

impl<'l> ConfigString<'l>
[src]

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

Formats the value using the given formatter.