Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:UploaderBuilder
(Results
1 - 3
of
3
) sorted by relevance
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H
A
D
builder.rs
25
/// # use ylong_http_client::async_impl::{
UploaderBuilder
, Uploader};
27
/// let uploader =
UploaderBuilder
::new()
32
pub struct
UploaderBuilder
<S> {
structure names
36
/// A state indicates that `
UploaderBuilder
` wants a `Reader`.
39
impl
UploaderBuilder
<WantsReader> {
impls
40
/// Creates a `
UploaderBuilder
` in the `WantsReader` state.
45
/// # use ylong_http_client::async_impl::
UploaderBuilder
;
47
/// let builder =
UploaderBuilder
::new();
58
/// # use ylong_http_client::async_impl::
UploaderBuilder
;
60
/// let builder =
UploaderBuilder
104
impl<R: AsyncRead>
UploaderBuilder
<WantsOperator<R>> {
global()
impls
176
impl<R, T>
UploaderBuilder
<WantsConfig<R, T>> {
global()
impls
[all...]
H
A
D
mod.rs
21
pub use builder::{
UploaderBuilder
, WantsReader};
81
/// // Configures your uploader by using `
UploaderBuilder
`.
107
UploaderBuilder
::new().reader(reader).console().build()
in console()
112
/// Creates an `
UploaderBuilder
` and configures uploader step by step.
121
pub fn builder() ->
UploaderBuilder
<WantsReader> {
in builder()
122
UploaderBuilder
::new()
in builder()
207
use crate::async_impl::{UploadOperator, Uploader,
UploaderBuilder
};
243
let mut multi_uploader =
UploaderBuilder
::default()
291
/// 1. Creates a `
UploaderBuilder
` by `Uploader::builder`.
316
// Configures your uploader by using `
UploaderBuilder
`
[all...]
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H
A
D
mod.rs
58
pub use uploader::{UploadOperator, Uploader,
UploaderBuilder
};
Completed in 2 milliseconds