pub struct CacheHit {
pub dims: Option<CachedDims>,
}Expand description
Result of a cache lookup.
Fields§
§dims: Option<CachedDims>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CacheHit
impl RefUnwindSafe for CacheHit
impl Send for CacheHit
impl Sync for CacheHit
impl Unpin for CacheHit
impl UnsafeUnpin for CacheHit
impl UnwindSafe for CacheHit
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