Struct adapton::reflect::RefNode [] [src]

pub struct RefNode {
    pub preds: Vec<Pred>,
    pub value: Val,
}

Reflected version of engine::MutNode. Stores a reflected value of type Val.

Fields

Trait Implementations

impl Debug for RefNode
[src]

[src]

Formats the value using the given formatter.

impl Clone for RefNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for RefNode
[src]

impl PartialEq for RefNode
[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 RefNode
[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