pub struct HttpDownloader {
pub info: HttpDownloadInfo,
pub mode: HttpDownloadMode,
/* private fields */
}Fields§
§info: HttpDownloadInfo§mode: HttpDownloadModeImplementations§
Auto Trait Implementations§
impl !Freeze for HttpDownloader
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