Struct pythonic::comment::Comment [] [src]

pub struct Comment {
    pub comment: String,
    pub docstring: bool,
}

Fields

Methods

impl Comment
[src]

Trait Implementations

impl Debug for Comment
[src]

Formats the value using the given formatter.

impl Clone for Comment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Comment
[src]

Formats the value using the given formatter. Read more