Struct teardown_tree::TraversalDecision [] [src]

pub struct TraversalDecision {
    pub left: bool,
    pub right: bool,
}

Fields

Methods

impl TraversalDecision
[src]

Trait Implementations

impl Clone for TraversalDecision
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for TraversalDecision
[src]

impl Debug for TraversalDecision
[src]

Formats the value using the given formatter.