Enum lamcal_repl::let_stmt::LetStatementPart[][src]

pub enum LetStatementPart {
    Undefined,
    Identifier,
    Expression,
}

Variants

Trait Implementations

impl Debug for LetStatementPart
[src]

Formats the value using the given formatter. Read more

impl Clone for LetStatementPart
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for LetStatementPart
[src]

impl PartialEq for LetStatementPart
[src]

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

This method tests for !=.

impl Eq for LetStatementPart
[src]

impl Hash for LetStatementPart
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for LetStatementPart
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations