Struct easter::prog::Script [] [src]

pub struct Script {
    pub location: Option<Span>,
    pub body: Vec<StmtListItem>,
}

Fields

Trait Implementations

impl Debug for Script
[src]

Formats the value using the given formatter.

impl PartialEq for Script
[src]

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

This method tests for !=.

impl TrackingRef for Script
[src]

impl TrackingMut for Script
[src]

impl Untrack for Script
[src]