Home
last modified time | relevance | path

Searched refs:St2 (Results 1 – 25 of 557) sorted by relevance

12345678910>>...23

/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-util-0.3.1/src/stream/
H A Dselect.rs9 pub struct Select<St1, St2> {
11 stream2: Fuse<St2>,
15 impl<St1: Unpin, St2: Unpin> Unpin for Select<St1, St2> {}
27 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
29 St2: Stream<Item = St1::Item> in select()
38 impl<St1, St2> Select<St1, St2> {
75 impl<St1, St2> FusedStream for Select<St1, St2>
77 St2: Stream<Item = St1::Item>
84 impl<St1, St2> Stream for Select<St1, St2>
107 fn poll_inner<St1, St2>( in poll_inner()
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Dselect.rs9 pub struct Select<St1, St2> {
11 stream2: Fuse<St2>,
15 impl<St1: Unpin, St2: Unpin> Unpin for Select<St1, St2> {}
27 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
29 St2: Stream<Item = St1::Item> in select()
38 impl<St1, St2> Select<St1, St2> {
75 impl<St1, St2> FusedStream for Select<St1, St2>
77 St2: Stream<Item = St1::Item>
84 impl<St1, St2> Stream for Select<St1, St2>
107 fn poll_inner<St1, St2>( in poll_inner()
[all …]
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/futures-util-preview-0.3.0-alpha.19/src/stream/
H A Dselect.rs9 pub struct Select<St1, St2> {
11 stream2: Fuse<St2>,
15 impl<St1: Unpin, St2: Unpin> Unpin for Select<St1, St2> {}
27 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
29 St2: Stream<Item = St1::Item> in select()
38 impl<St1, St2> Select<St1, St2> {
75 impl<St1, St2> FusedStream for Select<St1, St2>
77 St2: Stream<Item = St1::Item>
84 impl<St1, St2> Stream for Select<St1, St2>
107 fn poll_inner<St1, St2>( in poll_inner()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/futures-util/src/stream/
H A Dselect.rs9 pub struct Select<St1, St2> {
11 stream2: Fuse<St2>,
15 impl<St1: Unpin, St2: Unpin> Unpin for Select<St1, St2> {}
27 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
29 St2: Stream<Item = St1::Item> in select()
38 impl<St1, St2> Select<St1, St2> {
75 impl<St1, St2> FusedStream for Select<St1, St2>
77 St2: Stream<Item = St1::Item>
84 impl<St1, St2> Stream for Select<St1, St2>
107 fn poll_inner<St1, St2>( in poll_inner()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/futures-util-0.3.4/src/stream/
H A Dselect.rs9 pub struct Select<St1, St2> {
11 stream2: Fuse<St2>,
15 impl<St1: Unpin, St2: Unpin> Unpin for Select<St1, St2> {}
27 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
29 St2: Stream<Item = St1::Item> in select()
38 impl<St1, St2> Select<St1, St2> {
75 impl<St1, St2> FusedStream for Select<St1, St2>
77 St2: Stream<Item = St1::Item>
84 impl<St1, St2> Stream for Select<St1, St2>
107 fn poll_inner<St1, St2>( in poll_inner()
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-util-0.3.16/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-util-0.3.18/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-util-0.3.18/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-util-0.3.18/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-util-0.3.21/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/futures-util/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/futures-util-0.3.19/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/futures-util/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/futures-util-0.3.18/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/net/oha/oha-0.4.7/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/futures-util-0.3.16/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/futures-util-0.3.17/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]
/dports/www/zola/zola-0.15.2/cargo-crates/futures-util-0.3.18/src/stream/
H A Dselect.rs12 pub struct Select<St1, St2> {
47 pub fn select<St1, St2>(stream1: St1, stream2: St2) -> Select<St1, St2> in select()
50 St2: Stream<Item = St1::Item>, in select()
61 impl<St1, St2> Select<St1, St2> {
64 pub fn get_ref(&self) -> (&St1, &St2) { in get_ref() argument
73 pub fn get_mut(&mut self) -> (&mut St1, &mut St2) { in get_mut() argument
91 pub fn into_inner(self) -> (St1, St2) { in into_inner() argument
96 impl<St1, St2> FusedStream for Select<St1, St2>
99 St2: Stream<Item = St1::Item>,
106 impl<St1, St2> Stream for Select<St1, St2>
[all …]

12345678910>>...23