Home
last modified time | relevance | path

Searched defs:Target (Results 1 – 24 of 24) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/body/
Dmod.rs458 type Target = &'a [u8]; typedef
460 fn deref(&self) -> &Self::Target { in deref()
466 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
483 type Target = T; typedef
485 fn deref(&self) -> &Self::Target { in deref()
491 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
508 type Target = T; typedef
510 fn deref(&self) -> &Self::Target { in deref()
516 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
533 type Target = T; typedef
[all …]
Dchunk.rs741 type Target = core::slice::Iter<'a, Chunk<'a>>; typedef
743 fn deref(&self) -> &Self::Target { in deref()
749 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
769 type Target = std::vec::IntoIter<Chunk<'a>>; typedef
771 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dio_status_block.rs33 type Target = IO_STATUS_BLOCK; typedef
34 fn deref(&self) -> &Self::Target { in deref()
40 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dresponse.rs69 type Target = Resp<HttpBody>; typedef
71 fn deref(&self) -> &Self::Target { in deref()
77 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
Drequest.rs80 type Target = Req<Body>; typedef
82 fn deref(&self) -> &Self::Target { in deref()
88 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dmod.rs84 type Target = C; typedef
86 fn deref(&self) -> &Self::Target { in deref()
102 type Target = C; typedef
104 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
Dspin_rwlock.rs131 type Target = T; typedef
133 fn deref(&self) -> &Self::Target { in deref()
167 type Target = T; typedef
169 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
Dstream.rs81 type Target = core::slice::Iter<'a, FrameKind>; typedef
83 fn deref(&self) -> &Self::Target { in deref()
89 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/task/
Dwaker.rs89 type Target = Waker; typedef
91 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Ddriver.rs135 type Target = Arc<TimeDriver>; typedef
137 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/
Dasync_source.rs236 type Target = E; typedef
238 fn deref(&self) -> &Self::Target { in deref()
Ddriver.rs124 type Target = Arc<Inner>; typedef
126 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
Dhappy_eyeballs.rs80 type Target = core::slice::Iter<'a, SocketAddr>; typedef
82 fn deref(&self) -> &Self::Target { in deref()
88 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/quic/
Dmod.rs276 type Target = quiche::Connection; typedef
278 fn deref(&self) -> &Self::Target { in deref()
284 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dkqueue.rs230 type Target = Vec<Event>; typedef
232 fn deref(&self) -> &Self::Target { in deref()
238 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Dmutex.rs173 type Target = T; typedef
174 fn deref(&self) -> &Self::Target { in deref()
Drwlock.rs275 type Target = T; typedef
323 type Target = T; typedef
324 fn deref(&self) -> &Self::Target { in deref()
Dwatch.rs248 type Target = T; typedef
250 fn deref(&self) -> &Self::Target { in deref()
Dwake_list.rs205 type Target = Inner; typedef
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
Dhttp3.rs176 type Target = ReadBuf<'b>; typedef
178 fn deref(&self) -> &Self::Target { in deref()
Dhttp2.rs234 type Target = ReadBuf<'b>; typedef
236 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dstack.rs41 type Target = StackRef<T>; typedef
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
Ddecoder.rs110 type Target = core::slice::Iter<'a, FrameKind>; typedef
112 fn deref(&self) -> &Self::Target { in deref()
118 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/util/
Dslab.rs91 type Target = T; typedef