Enum kailua_syntax::ast::M [] [src]

pub enum M {
    None,
    Const,
}

A type modifier for Kailua.

A modifier primarily determines whether a field or variable can be modified or not.

Variants

Mutable (default, no separate keyword exists).

Immutable (const).

Trait Implementations

impl Copy for M
[src]

impl Clone for M
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for M
[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 M
[src]

impl Debug for M
[src]

Formats the value using the given formatter.