pub struct WebCache { /* private fields */ }
Expand description
Responsible for caching data from the web.
Implementations§
Trait Implementations§
Source§impl From<FolderPath> for WebCache
impl From<FolderPath> for WebCache
Source§fn from(root: FolderPath) -> Self
fn from(root: FolderPath) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WebCache
impl RefUnwindSafe for WebCache
impl Send for WebCache
impl Sync for WebCache
impl Unpin for WebCache
impl UnwindSafe for WebCache
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