pub struct ChromeCache { /* private fields */ }
Expand description
A Chrome cache parser. Internally, it only stores the path to the cache and the cache’s index as a buffer.
Implementations§
Auto Trait Implementations§
impl Freeze for ChromeCache
impl RefUnwindSafe for ChromeCache
impl Send for ChromeCache
impl Sync for ChromeCache
impl Unpin for ChromeCache
impl UnwindSafe for ChromeCache
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