pub struct StateCell { /* private fields */ }
Expand description
A Cell for State
. Used for const access to its data
Implementations§
Auto Trait Implementations§
impl !Freeze for StateCell
impl !RefUnwindSafe for StateCell
impl Send for StateCell
impl !Sync for StateCell
impl Unpin for StateCell
impl UnwindSafe for StateCell
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