Struct rc_arena::Rc [] [src]

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

A reference counted pointer to an object that lives in an arena.

Trait Implementations

impl<T> Clone for Rc<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T> Deref for Rc<T>
[src]

The resulting type after dereferencing

The method called to dereference a value

impl<T> Display for Rc<T> where
    T: Display
[src]

Formats the value using the given formatter. Read more

impl<T> Debug for Rc<T> where
    T: Debug
[src]

Formats the value using the given formatter.

impl<T> Borrow<T> for Rc<T>
[src]

Immutably borrows from an owned value. Read more

impl<T> Pointer for Rc<T>
[src]

Formats the value using the given formatter.