pub struct Cell<T, B>{ /* private fields */ }
Implementations§
Trait Implementations§
impl<T, B> Send for Cell<T, B>
impl<T, B> Sync for Cell<T, B>
Auto Trait Implementations§
impl<T, B> !Freeze for Cell<T, B>
impl<T, B> !RefUnwindSafe for Cell<T, B>
impl<T, B> Unpin for Cell<T, B>
impl<T, B> UnwindSafe for Cell<T, B>where
T: UnwindSafe + ?Sized,
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