Enum python_ast::ast::Ast [] [src]

pub enum Ast {
    Module(Module),
    Statement(Stmt),
    Expression(Expr),
}

Variants

Trait Implementations

impl Debug for Ast
[src]

Formats the value using the given formatter.

impl Clone for Ast
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Ast
[src]

impl PartialEq for Ast
[src]

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

This method tests for !=.

impl Default for Ast
[src]

Returns the "default value" for a type. Read more