pub struct LvRefCell<T>(/* private fields */);Expand description
RefCell<T> variant of LvCell for non-Copy state.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for LvRefCell<T>
impl<T> !RefUnwindSafe for LvRefCell<T>
impl<T> Send for LvRefCell<T>where
T: Send,
impl<T> Unpin for LvRefCell<T>where
T: Unpin,
impl<T> UnsafeUnpin for LvRefCell<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for LvRefCell<T>where
T: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more