pub struct Memo<C, F> { /* private fields */ }
Expand description
The implementation of FnMemo
for single-thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<C, F> !Freeze for Memo<C, F>
impl<C, F> !RefUnwindSafe for Memo<C, F>
impl<C, F> Send for Memo<C, F>
impl<C, F> !Sync for Memo<C, F>
impl<C, F> Unpin for Memo<C, F>
impl<C, F> UnwindSafe for Memo<C, F>where
F: UnwindSafe,
C: 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