Struct cell_rc::CellWeak [] [src]

pub struct CellWeak<T: ?Sized> { /* fields omitted */ }

Wrapper around Weak<T>

Methods

impl<T: ?Sized> CellWeak<T>
[src]

Trait Implementations

impl<T: Debug + ?Sized> Debug for CellWeak<T>
[src]

Formats the value using the given formatter.

impl<T: Default + ?Sized> Default for CellWeak<T>
[src]

Returns the "default value" for a type. Read more

impl<T: ?Sized> From<Weak<T>> for CellWeak<T>
[src]

Performs the conversion.

impl<T: ?Sized> Clone for CellWeak<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more