Struct cp_core::config::http_downloader::HttpDownloader
source · pub struct HttpDownloader { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for HttpDownloader
impl Send for HttpDownloader
impl Sync for HttpDownloader
impl Unpin for HttpDownloader
impl !UnwindSafe for HttpDownloader
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