Struct slr_config::ConfigString [] [src]

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

Fields

kind: StringKind<'l> span: Span

Methods

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

fn append_to_string(&self, dest: &mut String)

fn to_string(&self) -> String

Trait Implementations

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

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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

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

fn clone(&self) -> ConfigString<'l>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more