Home
last modified time | relevance | path

Searched defs:DownloaderBuilder (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/downloader/
H A Dbuilder.rs33 pub struct DownloaderBuilder<S> { struct
37 /// A state indicates that `DownloaderBuilder` wants a body that needs to be downloaded. argument
40 impl DownloaderBuilder<WantsBody> { impl
75 impl Default for DownloaderBuilder<WantsBody> { implementation
86 impl DownloaderBuilder<WantsOperator> { implementation
165 impl<T: DownloadOperator> DownloaderBuilder<WantsConfig<T>> { impl
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
H A Dbuilder.rs31 pub struct DownloaderBuilder<S> { struct
35 /// A state indicates that `DownloaderBuilder` wants a body that needs to be argument
39 impl DownloaderBuilder<WantsBody> { implementation
73 impl Default for DownloaderBuilder<WantsBody> { implementation
84 impl DownloaderBuilder<WantsOperator> { impl
162 impl<T: DownloadOperator> DownloaderBuilder<WantsConfig<T>> { implementation