pub struct AtomStoreCell(/* private fields */);
Expand description
A fast internally mutable cell for AtomStore.
Implementations§
Trait Implementations§
Source§impl Default for AtomStoreCell
impl Default for AtomStoreCell
Source§fn default() -> AtomStoreCell
fn default() -> AtomStoreCell
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AtomStoreCell
impl !RefUnwindSafe for AtomStoreCell
impl Send for AtomStoreCell
impl !Sync for AtomStoreCell
impl Unpin for AtomStoreCell
impl UnwindSafe for AtomStoreCell
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