Struct vec_cell::ElementRefMut
source · pub struct ElementRefMut<'borrow, T: 'borrow> { /* private fields */ }Expand description
A wrapper type for a mutably borrowed element from a VecCell<T>.
pub struct ElementRefMut<'borrow, T: 'borrow> { /* private fields */ }A wrapper type for a mutably borrowed element from a VecCell<T>.