pub struct GcVisitor<'cycle> { /* private fields */ }
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.
Implementations§
Auto Trait Implementations§
impl<'cycle> Freeze for GcVisitor<'cycle>
impl<'cycle> !RefUnwindSafe for GcVisitor<'cycle>
impl<'cycle> !Send for GcVisitor<'cycle>
impl<'cycle> !Sync for GcVisitor<'cycle>
impl<'cycle> Unpin for GcVisitor<'cycle>
impl<'cycle> !UnwindSafe for GcVisitor<'cycle>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more