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. Read more

impl Clone for StrLit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StrLit

impl Sync for StrLit