Enum gluon_base::ast::ValueBindings[][src]

pub enum ValueBindings<'ast, Id> {
    Plain(&'ast mut ValueBinding<'ast, Id>),
    Recursive(&'ast mut [ValueBinding<'ast, Id>]),
}

Variants

Plain(&'ast mut ValueBinding<'ast, Id>)

Tuple Fields of Plain

0: &'ast mut ValueBinding<'ast, Id>
Recursive(&'ast mut [ValueBinding<'ast, Id>])

Tuple Fields of Recursive

0: &'ast mut [ValueBinding<'ast, Id>]

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

The resulting type after dereferencing.

Dereferences the value.

Mutably dereferences the value.

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more

Which kind of iterator are we turning this into?

The type of the elements being iterated over.

Creates an iterator from a value. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.