Struct gc::GcCellRef [] [src]

pub struct GcCellRef<'a, T: Trace + ?Sized + 'static> { /* fields omitted */ }

A wrapper type for an immutably borrowed value from a GcCell<T>.

Trait Implementations

impl<'a, T: Trace + ?Sized> Deref for GcCellRef<'a, T>
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl<'a, T: Trace + ?Sized> Drop for GcCellRef<'a, T>
[src]

[src]

Executes the destructor for this type. Read more

impl<'a, T: Trace + ?Sized + Debug> Debug for GcCellRef<'a, T>
[src]

[src]

Formats the value using the given formatter.