Enum adapton::reflect::Node [] [src]

pub enum Node {
    Comp(CompNode),
    Ref(RefNode),
    Pure(PureNode),
}

Reflected version of engine::Node. Unlike the real engine, these nodes are not parameterized by a value type. Instead, their values are all reflected into type Val.

Variants

Trait Implementations

impl Debug for Node
[src]

[src]

Formats the value using the given formatter.

impl Clone for Node
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Node
[src]

impl PartialEq for Node
[src]

[src]

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

[src]

This method tests for !=.

impl Hash for Node
[src]

[src]

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

1.3.0
[src]

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