Home
last modified time | relevance | path

Searched defs:LocalFutureObj (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/mariadb103-client/mariadb-10.3.34/storage/spider/mysql-test/spider/t/
H A Ddirect_left_right_left_join_nullable.test16 SET GLOBAL log_output = 'TABLE,FILE';
19 CREATE DATABASE auto_test_remote;
25 --echo test select 1
26 --connection master_1
45 --echo create table and insert
67 eval $CHILD2_1_DROP_TABLES;
74 eval $CHILD2_1_CREATE_TABLES4;
80 if ($USE_GENERAL_LOG)
81 {
82 TRUNCATE TABLE mysql.general_log;
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-task-0.3.5/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/futures-task-0.3.16/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/futures-task-0.3.8/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-task-0.3.9/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-task-0.3.16/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-task-0.3.18/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/games/genact/genact-0.10.0/cargo-crates/futures-task-0.3.5/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-task-0.3.18/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-task-0.3.21/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
311 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
317 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-task-0.3.18/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/futures-task-0.3.13/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-task/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-task-0.3.1/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/futures-task-0.3.15/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/editors/helix/helix-0.5.0/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/futures-task/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
311 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
317 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/futures-task-0.3.15/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
72 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
79 impl<T> Future for LocalFutureObj<'_, T> { implementation
88 impl<T> Drop for LocalFutureObj<'_, T> { implementation
314 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
320 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/www/rearx/rearx-0.1.4/cargo-crates/futures-task-0.3.13/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { impl
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-task-0.3.5/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-task-0.3.7/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-task-0.3.13/src/
H A Dfuture_obj.rs16 pub struct LocalFutureObj<'a, T> { struct
22 // As LocalFutureObj only holds pointers, even if we move it, the pointed to values won't move, argument
25 impl<T> Unpin for LocalFutureObj<'_, T> {} implementation
42 impl<'a, T> LocalFutureObj<'a, T> { implementation
66 impl<T> fmt::Debug for LocalFutureObj<'_, T> { implementation
73 impl<'a, T> From<FutureObj<'a, T>> for LocalFutureObj<'a, T> { implementation
80 impl<T> Future for LocalFutureObj<'_, T> { implementation
91 impl<T> Drop for LocalFutureObj<'_, T> { implementation
321 impl<'a, F: Future<Output = ()> + 'a> From<Box<F>> for LocalFutureObj<'a, ()> { implementation
327 impl<'a> From<Box<dyn Future<Output = ()> + 'a>> for LocalFutureObj<'a, ()> { implementation
[all …]

123