Struct syn::StrLit [] [src]

pub struct StrLit {
    pub value: String,
    pub style: StrStyle,
}

Fields

Trait Implementations

impl Debug for StrLit
[src]

Formats the value using the given formatter.

impl Clone for StrLit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more