Struct python_parser::ast::PyString [−][src]
A Python string. See the doc of the crate for the boring speech about encoding stuff.
Fields
prefix: String
content: PyStringContent
Trait Implementations
impl Clone for PyString
[src]
[+]
impl Clone for PyString
impl Debug for PyString
[src]
[+]
impl Debug for PyString
impl PartialEq for PyString
[src]
[+]
impl PartialEq for PyString
impl Eq for PyString
[src]
impl Eq for PyString