Struct syn::StrLit [] [src]

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

Fields

Trait Implementations

impl Debug for StrLit
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StrLit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more