pub struct FunctionCache { /* private fields */ }Expand description
Session-scoped function memoization, keyed on the reference that named the function.
Implementations§
Source§impl FunctionCache
impl FunctionCache
Trait Implementations§
Source§impl Debug for FunctionCache
impl Debug for FunctionCache
Source§impl Default for FunctionCache
impl Default for FunctionCache
Source§fn default() -> FunctionCache
fn default() -> FunctionCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FunctionCache
impl RefUnwindSafe for FunctionCache
impl Send for FunctionCache
impl Sync for FunctionCache
impl Unpin for FunctionCache
impl UnsafeUnpin for FunctionCache
impl UnwindSafe for FunctionCache
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