Struct syn::StrLit
[−]
[src]
pub struct StrLit { pub value: String, pub style: StrStyle, }
Fields
value: String
style: StrStyle
Trait Implementations
impl Debug for StrLit
[src]
impl Clone for StrLit
[src]
fn clone(&self) -> StrLit
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