Enum adapton::reflect::trace::EffectEdge [] [src]

pub enum EffectEdge {
    Fwd(Edge),
    Bwd(Edge),
    None,
}

Edge associated with an Effect.

Variants

Edge effect follows the edge "forward" to its target

Edge effect follows the edge "backward" to its source

No edge associated with Trace effect (e.g., Debug)

Trait Implementations

impl Clone for EffectEdge
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for EffectEdge
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for EffectEdge

impl !Sync for EffectEdge