Enum pythonic::statement::Statement [] [src]

pub enum Statement {
    Argument(Argument),
    Assignment(Assignment),
    Class(Class),
    Comment(Comment),
    Function(Function),
    FunctionCall(FunctionCall),
    KeywordArgument(KeywordArgument),
}

Variants

Methods

impl Statement
[src]

Trait Implementations

impl Debug for Statement
[src]

Formats the value using the given formatter.

impl Clone for Statement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Statement
[src]

Formats the value using the given formatter. Read more