pub struct HashMapCache(pub HashMap<u64, PathBuf>);
Tuple Fields§
§0: HashMap<u64, PathBuf>
Trait Implementations§
Source§impl Default for HashMapCache
impl Default for HashMapCache
Source§fn default() -> HashMapCache
fn default() -> HashMapCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HashMapCache
impl RefUnwindSafe for HashMapCache
impl Send for HashMapCache
impl Sync for HashMapCache
impl Unpin for HashMapCache
impl UnwindSafe for HashMapCache
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