Struct python_parser::ast::PyString[][src]

pub struct PyString {
    pub prefix: String,
    pub content: PyStringContent,
}

A Python string. See the doc of the crate for the boring speech about encoding stuff.

Fields

Trait Implementations

impl Clone for PyString
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for PyString
[src]
[+]

[]

Formats the value using the given formatter. Read more

impl PartialEq for PyString
[src]
[+]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.

impl Eq for PyString
[src]

Auto Trait Implementations

impl Send for PyString

impl Sync for PyString