pub struct CacheRegistry { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for CacheRegistry
impl !UnwindSafe for CacheRegistry
impl Freeze for CacheRegistry
impl Send for CacheRegistry
impl Sync for CacheRegistry
impl Unpin for CacheRegistry
impl UnsafeUnpin for CacheRegistry
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