Home
last modified time | relevance | path

Searched defs:FutureObj (Results 1 – 25 of 65) sorted by relevance

123

/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/futures-task-0.3.5/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { impl
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/futures-task-0.3.16/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/futures-task-0.3.8/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { implementation
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/futures-task-0.3.9/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { implementation
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/futures-task-0.3.16/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/futures-task-0.3.18/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { impl
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/games/genact/genact-0.10.0/cargo-crates/futures-task-0.3.5/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { implementation
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/lang/gleam/gleam-0.18.2/cargo-crates/futures-task-0.3.18/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-task-0.3.21/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { impl
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
287 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
293 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
299 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
305 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/futures-task-0.3.18/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/futures-task-0.3.13/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { impl
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { impl
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/futures-task/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { impl
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/futures-task-0.3.1/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { impl
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/net/routinator/routinator-0.10.2/cargo-crates/futures-task-0.3.15/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/editors/helix/helix-0.5.0/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { impl
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/futures-task/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { impl
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
287 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
293 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
299 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
305 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/futures-task-0.3.15/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/www/rearx/rearx-0.1.4/cargo-crates/futures-task-0.3.13/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { implementation
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/sysutils/vector/vector-0.10.0/cargo-crates/futures-task-0.3.5/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { impl
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/futures-task-0.3.7/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { impl
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-task-0.3.13/src/
H A Dfuture_obj.rs108 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
110 impl<T> Unpin for FutureObj<'_, T> {} implementation
111 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
113 impl<'a, T> FutureObj<'a, T> { impl
121 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
128 impl<T> Future for FutureObj<'_, T> { implementation
297 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
303 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
309 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
315 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/futures-task-0.3.17/src/
H A Dfuture_obj.rs103 pub struct FutureObj<'a, T>(LocalFutureObj<'a, T>); struct
105 impl<T> Unpin for FutureObj<'_, T> {} implementation
106 unsafe impl<T> Send for FutureObj<'_, T> {} implementation
108 impl<'a, T> FutureObj<'a, T> { implementation
116 impl<T> fmt::Debug for FutureObj<'_, T> { implementation
122 impl<T> Future for FutureObj<'_, T> { implementation
290 impl<'a, F: Future<Output = ()> + Send + 'a> From<Box<F>> for FutureObj<'a, ()> { implementation
296 impl<'a> From<Box<dyn Future<Output = ()> + Send + 'a>> for FutureObj<'a, ()> { implementation
302 impl<'a, F: Future<Output = ()> + Send + 'a> From<Pin<Box<F>>> for FutureObj<'a, ()> { implementation
308 impl<'a> From<Pin<Box<dyn Future<Output = ()> + Send + 'a>>> for FutureObj<'a, ()> { implementation

123