Struct rubic::ast::Program [] [src]

pub struct Program {
    pub items: Vec<Item>,
}

A Ruby program.

Fields

Methods

impl Program
[src]

[src]

Trait Implementations

impl Clone for Program
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Program
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Program
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for Program
[src]