Struct gluon_vm::core::LetBinding[][src]

pub struct LetBinding<'a> {
    pub name: TypedIdent<Symbol>,
    pub expr: Named<'a>,
    pub span_start: BytePos,
}

Fields

Trait Implementations

impl<'a> Clone for LetBinding<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for LetBinding<'a>
[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for LetBinding<'a>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<'a> Send for LetBinding<'a>

impl<'a> Sync for LetBinding<'a>