pub struct FileSystemCacheValue {
pub path: PathBuf,
pub hash: String,
pub content_type: String,
}
Fields§
§path: PathBuf
§hash: String
§content_type: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileSystemCacheValue
impl RefUnwindSafe for FileSystemCacheValue
impl Send for FileSystemCacheValue
impl Sync for FileSystemCacheValue
impl Unpin for FileSystemCacheValue
impl UnwindSafe for FileSystemCacheValue
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