Struct deno_cache_dir::CacheEntry
source · pub struct CacheEntry {
pub metadata: SerializedCachedUrlMetadata,
pub content: Vec<u8>,
}Fields§
§metadata: SerializedCachedUrlMetadata§content: Vec<u8>Trait Implementations§
source§impl Debug for CacheEntry
impl Debug for CacheEntry
source§impl PartialEq for CacheEntry
impl PartialEq for CacheEntry
impl Eq for CacheEntry
impl StructuralPartialEq 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 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