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