Struct wasm_react::hooks::Memo
source · [−]pub struct Memo<T>(_);
Expand description
Allows access to the underlying memoized data persisted with use_memo()
.
Implementations
Trait Implementations
sourceimpl<T> From<Memo<T>> for ValueContainer<T>
impl<T> From<Memo<T>> for ValueContainer<T>
impl<T: 'static> Persisted for Memo<T>
Auto Trait Implementations
impl<T> !RefUnwindSafe for Memo<T>
impl<T> !Send for Memo<T>
impl<T> !Sync for Memo<T>
impl<T> Unpin for Memo<T>
impl<T> !UnwindSafe for Memo<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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