std::cell::RefCell

Struct std::cell::RefCell

pub struct RefCell<T> where    T: ?Sized,  { /* fields omitted */ }

A mutable memory location with dynamically checked borrow rules

See the module-level documentation for more-

Methods

impl<T> RefCell<T> [src]

<