Struct lamcal_repl::let_stmt::LetStatement[][src]

pub struct LetStatement { /* fields omitted */ }

Methods

impl LetStatement
[src]

Trait Implementations

impl Debug for LetStatement
[src]

Formats the value using the given formatter. Read more

impl Clone for LetStatement
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for LetStatement
[src]

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

This method tests for !=.

impl Into<Binding> for LetStatement
[src]

Performs the conversion.

impl Command for LetStatement
[src]

Auto Trait Implementations