Enum python_ast::ast::Module
[−]
[src]
pub enum Module {
Body(Vec<Stmt>),
}Variants
Body(Vec<Stmt>)Trait Implementations
impl Debug for Module[src]
impl Clone for Module[src]
fn clone(&self) -> Module
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