Struct arc_cell::ArcCell [] [src]

pub struct ArcCell<T> { /* fields omitted */ }

A Cell for containing a strong reference

Methods

impl<T> ArcCell<T>
[src]

Constructs an ArcCell which initially points to value

Get the pointer contained in this cell as it exists at this moment

Set the pointer for the next observer

Trait Implementations

impl<T: Debug> Debug for ArcCell<T>
[src]

Formats the value using the given formatter.