Struct pythonic::assignment::Assignment [] [src]

pub struct Assignment {
    pub lhs: Argument,
    pub rhs: Box<Statement>,
}

Fields

Methods

impl Assignment
[src]

Trait Implementations

impl Debug for Assignment
[src]

Formats the value using the given formatter.

impl Clone for Assignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Assignment
[src]

Formats the value using the given formatter. Read more