Enum syn::StrStyle [−][src]
Variants
Cooked
A regular string, like "foo"
Raw(usize)
A raw string, like r##"foo"##
The uint is the number of #
symbols used
Trait Implementations
impl Debug for StrStyle
[src]
[+]
impl Debug for StrStyle
impl Copy for StrStyle
[src]
impl Copy for StrStyle
impl Clone for StrStyle
[src]
[+]
impl Clone for StrStyle
impl Eq for StrStyle
[src]
impl Eq for StrStyle
impl PartialEq for StrStyle
[src]
[+]
impl PartialEq for StrStyle
impl Hash for StrStyle
[src]
[+]
impl Hash for StrStyle