Struct codeviz::python::Statement [] [src]

pub struct Statement {
    pub parts: Vec<Variable>,
}

Fields

Methods

impl Statement
[src]

Trait Implementations

impl Imports for Statement
[src]

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<'a, T> From<&'a T> for Statement where
    T: Into<Statement> + Clone
[src]

Performs the conversion.

impl From<Variable> for Statement
[src]

Performs the conversion.

impl From<String> for Statement
[src]

Performs the conversion.