| /commonlibrary/rust/ylong_http/ylong_http/src/body/ |
| D | mod.rs | 458 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 …]
|
| D | chunk.rs | 741 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/ |
| D | io_status_block.rs | 33 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/ |
| D | response.rs | 69 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()
|
| D | request.rs | 80 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/ |
| D | mod.rs | 84 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/ |
| D | spin_rwlock.rs | 131 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/ |
| D | stream.rs | 81 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/ |
| D | waker.rs | 89 type Target = Waker; typedef 91 fn deref(&self) -> &Self::Target { in deref()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | driver.rs | 135 type Target = Arc<TimeDriver>; typedef 137 fn deref(&self) -> &Self::Target { in deref()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/ |
| D | async_source.rs | 236 type Target = E; typedef 238 fn deref(&self) -> &Self::Target { in deref()
|
| D | driver.rs | 124 type Target = Arc<Inner>; typedef 126 fn deref(&self) -> &Self::Target { in deref()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/ |
| D | happy_eyeballs.rs | 80 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/ |
| D | mod.rs | 276 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/ |
| D | kqueue.rs | 230 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/ |
| D | mutex.rs | 173 type Target = T; typedef 174 fn deref(&self) -> &Self::Target { in deref()
|
| D | rwlock.rs | 275 type Target = T; typedef 323 type Target = T; typedef 324 fn deref(&self) -> &Self::Target { in deref()
|
| D | watch.rs | 248 type Target = T; typedef 250 fn deref(&self) -> &Self::Target { in deref()
|
| D | wake_list.rs | 205 type Target = Inner; typedef
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
| D | http3.rs | 176 type Target = ReadBuf<'b>; typedef 178 fn deref(&self) -> &Self::Target { in deref()
|
| D | http2.rs | 234 type Target = ReadBuf<'b>; typedef 236 fn deref(&self) -> &Self::Target { in deref()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
| D | stack.rs | 41 type Target = StackRef<T>; typedef
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/ |
| D | decoder.rs | 110 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/ |
| D | slab.rs | 91 type Target = T; typedef
|