pub struct CacheEntry { /* private fields */ }Trait Implementationsยง
Sourceยงimpl Debug for CacheEntry
impl Debug for CacheEntry
Sourceยงimpl TryFrom<CacheEntryDraft> for CacheEntry
impl TryFrom<CacheEntryDraft> for CacheEntry
Auto Trait Implementationsยง
impl Freeze for CacheEntry
impl RefUnwindSafe for CacheEntry
impl !Send for CacheEntry
impl !Sync for CacheEntry
impl Unpin for CacheEntry
impl UnsafeUnpin for CacheEntry
impl UnwindSafe for CacheEntry
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