Struct ucglib::ast::tree::LetDef [] [src]

pub struct LetDef {
    pub name: Token,
    pub value: Expression,
}

Encodes a let statement in the UCG AST.

Fields

Trait Implementations

impl Debug for LetDef
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for LetDef
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for LetDef

impl Sync for LetDef