pub struct ThreadedCcRef<'a, T: ?Sized> { /* private fields */ }
Expand description

Wraps a borrowed reference to ThreadedCc.

The wrapper automatically takes a lock that prevents the collector from running. This ensures that when the collector is running, there are no borrowed references of ThreadedCc. Therefore ThreadedCcs can be seen as temporarily immutable, even if they might have interior mutability. The collector relies on this for correctness.

Trait Implementations§

The resulting type after dereferencing.
Dereferences the value.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.