Home
last modified time | relevance | path

Searched refs:Target (Results 1 - 20 of 20) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http/src/body/
H A Dmod.rs458 type Target = &'a [u8]; types
460 fn deref(&self) -> &Self::Target { in deref()
466 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
483 type Target = T; types
485 fn deref(&self) -> &Self::Target { in deref()
491 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
508 type Target = T; types
510 fn deref(&self) -> &Self::Target { in deref()
516 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
533 type Target types
[all...]
H A Dchunk.rs741 type Target = core::slice::Iter<'a, Chunk<'a>>; types
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>>; types
771 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dio_status_block.rs33 type Target = IO_STATUS_BLOCK; types
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/
H A Dresponse.rs55 type Target = Resp<HttpBody>; types
57 fn deref(&self) -> &Self::Target { in deref()
63 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
H A Drequest.rs74 type Target = Req<Body>; types
76 fn deref(&self) -> &Self::Target { in deref()
82 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
H A Dmod.rs84 type Target = C; types
86 fn deref(&self) -> &Self::Target { in deref()
102 type Target = C; types
104 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_signal/src/
H A Dspin_rwlock.rs131 type Target = T; types
133 fn deref(&self) -> &Self::Target { in deref()
167 type Target = T; types
169 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
H A Ddriver.rs135 type Target = Arc<TimeDriver>; types
137 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
H A Dkqueue.rs230 type Target = Vec<Event>; types
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/net/
H A Dasync_source.rs236 type Target = E; in fmt() types
238 fn deref(&self) -> &Self::Target { in fmt()
/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dstream.rs81 type Target = core::slice::Iter<'a, FrameKind>; types
83 fn deref(&self) -> &Self::Target { in deref()
89 fn deref_mut(&mut self) -> &mut Self::Target { in deref_mut()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dforeign.rs94 type Target = $borrowed; types
H A Dstack.rs43 type Target = StackRef<T>; types
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_write.rs149 T: DerefMut<Target = dyn AsyncWrite> + Unpin,
H A Dasync_read.rs74 T::Target: AsyncRead,
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/dns/
H A Dhappy_eyeballs.rs80 type Target = core::slice::Iter<'a, SocketAddr>; types
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/conn/
H A Dhttp3.rs174 type Target = ReadBuf<'b>; types
176 fn deref(&self) -> &Self::Target { in deref()
H A Dhttp2.rs222 type Target = ReadBuf<'b>; types
224 fn deref(&self) -> &Self::Target { in deref()
/commonlibrary/rust/ylong_http/ylong_http/src/h2/
H A Ddecoder.rs110 type Target = core::slice::Iter<'a, FrameKind>; types
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/
H A Dslab.rs91 type Target = T; types

Completed in 13 milliseconds