Struct polonius_parser::ir::Statement [] [src]

pub struct Statement {
    pub effects_start: Vec<Effect>,
    pub effects: Vec<Effect>,
}

Fields

Effects destined to be emitted at the Statement's Start point

Effects destined to be emitted at the Statement's Mid point

Trait Implementations

impl Debug for Statement
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Statement

impl Sync for Statement