Struct tracing_rc::rc::collector::GcVisitor[][src]

pub struct GcVisitor<'cycle> { /* fields omitted */ }
Expand description

Visitor provided during tracing of the reachable object graph. You shouldn’t need to interact with this as Gc::visit_children will do the right thing for you, but you may call Self::visit_node if you prefer.

Implementations

Visit an owned Gc node.

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.