pub struct Cell<'a> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Cell<'a>
impl<'a> !Send for Cell<'a>
impl<'a> !Sync for Cell<'a>
impl<'a> !UnwindSafe for Cell<'a>
impl<'a> Freeze for Cell<'a>
impl<'a> Unpin for Cell<'a>
impl<'a> UnsafeUnpin for Cell<'a>
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