Enum python_ast::ast::Ast  
                   
                       [−]
                   
               [src]
pub enum Ast {
    Module(Module),
    Statement(Stmt),
    Expression(Expr),
}Variants
Module(Module)Statement(Stmt)Expression(Expr)Trait Implementations
impl Debug for Ast[src]
impl Clone for Ast[src]
fn clone(&self) -> Ast
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for Ast[src]
impl PartialEq for Ast[src]
fn eq(&self, __arg_0: &Ast) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Ast) -> bool
This method tests for !=.