pub struct UpdateCell<T> { /* private fields */ }
Expand description
The main struct.
Put whatever you want in here.
Implementations§
Source§impl<T> UpdateCell<T>
impl<T> UpdateCell<T>
Auto Trait Implementations§
impl<T> !Freeze for UpdateCell<T>
impl<T> !RefUnwindSafe for UpdateCell<T>
impl<T> Send for UpdateCell<T>where
T: Send,
impl<T> !Sync for UpdateCell<T>
impl<T> Unpin for UpdateCell<T>where
T: Unpin,
impl<T> UnwindSafe for UpdateCell<T>where
T: UnwindSafe,
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