Struct utils_atomics::TakeCell
source · [−]pub struct TakeCell<T> { /* private fields */ }
Expand description
Inverse of a OnceCell
.
Implementations
Trait Implementations
impl<T: Send> Send for TakeCell<T>
impl<T: Sync> Sync for TakeCell<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for TakeCell<T>
impl<T> Unpin for TakeCell<T>where
T: Unpin,
impl<T> UnwindSafe for TakeCell<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more