pub struct HttpDataCache { /* private fields */ }Implementations§
Source§impl HttpDataCache
impl HttpDataCache
Trait Implementations§
Source§impl Default for HttpDataCache
impl Default for HttpDataCache
Source§fn default() -> HttpDataCache
fn default() -> HttpDataCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpDataCache
impl !RefUnwindSafe for HttpDataCache
impl Send for HttpDataCache
impl Sync for HttpDataCache
impl Unpin for HttpDataCache
impl !UnwindSafe for HttpDataCache
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