pub struct WebCache { /* private fields */ }
Expand description
Responsible for caching data from the web.
Implementations§
Source§impl WebCache
Construction
impl WebCache
Construction
Sourcepub fn new(local: Option<FolderPath>, remote: Option<FolderPath>) -> Self
pub fn new(local: Option<FolderPath>, remote: Option<FolderPath>) -> Self
Creates a new web cache.
Trait Implementations§
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