pub struct LazyCache { /* private fields */ }Expand description
Lazy evaluation cache for memoization
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for LazyCache
impl !RefUnwindSafe for LazyCache
impl Send for LazyCache
impl !Sync for LazyCache
impl Unpin for LazyCache
impl UnwindSafe for LazyCache
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