pub struct KeyRegistry { /* private fields */ }Expand description
Registry for custom cache key generators.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeyRegistry
impl !RefUnwindSafe for KeyRegistry
impl Send for KeyRegistry
impl Sync for KeyRegistry
impl Unpin for KeyRegistry
impl !UnwindSafe for KeyRegistry
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