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