Home
last modified time | relevance | path

Searched defs:static (Results 1 – 25 of 15448) sorted by path

12345678910>>...618

/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/clap-2.33.0/src/args/
H A Darg.rs2686 F: Fn(String) -> Result<(), String> + 'static, in validator()
2724 F: Fn(&OsStr) -> Result<(), OsString> + 'static, in validator_os()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/env_logger-0.7.1/src/fmt/writer/termcolor/
H A Dextern_impl.rs66 pub fn default_styled_level(&self, level: Level) -> StyledValue<'static, Level> { in default_styled_level()
373 pub(crate) fn into_value<T>(&mut self, value: T) -> StyledValue<'static, T> { in into_value()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/anyhow-1.0.53/src/
H A Dcontext.rs15 C: Display + Send + Sync + 'static; in ext_context()
25 C: Display + Send + Sync + 'static, in ext_context()
35 C: Display + Send + Sync + 'static, in ext_context()
48 C: Display + Send + Sync + 'static, in context()
55 C: Display + Send + Sync + 'static, in with_context()
85 C: Display + Send + Sync + 'static, in context()
92 C: Display + Send + Sync + 'static, in with_context()
131 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source()
145 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source()
H A Derror.rs31 E: StdError + Send + Sync + 'static, in new()
77 M: Display + Debug + Send + Sync + 'static, in msg()
86 E: StdError + Send + Sync + 'static, in from_std()
135 M: Display + Send + Sync + 'static, in from_display()
162 C: Display + Send + Sync + 'static, in from_context()
163 E: StdError + Send + Sync + 'static, in from_context()
224 E: StdError + Send + Sync + 'static, in construct()
298 C: Display + Send + Sync + 'static, in context()
697 E: 'static, in context_downcast()
715 E: 'static, in context_downcast_mut()
[all …]
H A Dkind.rs68 M: Display + Debug + Send + Sync + 'static, in new()
H A Dlib.rs261 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source()
596 C: Display + Send + Sync + 'static; in context()
602 C: Display + Send + Sync + 'static, in with_context()
H A Dwrapper.rs75 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/anyhow-1.0.53/tests/
H A Dtest_repr.rs20 fn assert<E: Unpin + Send + Sync + 'static>() {} in test_autotraits()
H A Dtest_source.rs20 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/async-executor-1.4.1/src/
H A Dlib.rs246 fn schedule(&self) -> impl Fn(Runnable) + Send + Sync + 'static { in schedule()
451 fn schedule(&self) -> impl Fn(Runnable) + Send + Sync + 'static { in schedule()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/async-task-4.1.0/examples/
H A Dspawn-local.rs18 T: 'static, in spawn()
34 T: 'static, in run()
H A Dspawn-on-thread.rs16 T: Send + 'static, in spawn_on_thread()
H A Dspawn.rs15 T: Send + 'static, in spawn()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/async-task-4.1.0/src/
H A Drunnable.rs47 F: Future + Send + 'static, in spawn()
48 F::Output: Send + 'static, in spawn()
49 S: Fn(Runnable) + Send + Sync + 'static, in spawn()
89 F: Future + 'static, in spawn_local()
90 F::Output: 'static, in spawn_local()
91 S: Fn(Runnable) + Send + Sync + 'static, in spawn_local()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/examples/
H A Dkeyvalue-derive.rs16 T::Err: Error + Send + Sync + 'static, in parse_key_val()
18 U::Err: Error + Send + Sync + 'static, in parse_key_val()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/build/arg/
H A Dmod.rs1536 E: Into<Box<dyn Error + Send + Sync + 'static>>, in validator()
1579 E: Into<Box<dyn Error + Send + Sync + 'static>>, in validator_os()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/clap-3.0.14/src/parse/
H A Derrors.rs1052 fn source(&self) -> Option<&(dyn error::Error + 'static)> { in source()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/dlib-0.5.0/src/
H A Dlib.rs244 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-0.3.21/tests/
H A Drecurse.rs14 fn do_it(input: (i32, i32)) -> BoxFuture<'static, i32> { in lots() argument
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-0.3.21/tests_disabled/
H A Dall.rs20 A: Send + 'static, in result_smoke()
21 B: Send + 'static, in result_smoke()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-executor-0.3.21/src/
H A Dlocal_pool.rs365 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_obj()
384 fn spawn_local_obj(&self, future: LocalFutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_local_obj()
H A Dthread_pool.rs98 pub fn spawn_obj_ok(&self, future: FutureObj<'static, ()>) { in spawn_obj_ok()
130 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_obj()
239 F: Fn(usize) + Send + Sync + 'static, in after_start()
255 F: Fn(usize) + Send + Sync + 'static, in before_stop()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-task-0.3.21/src/
H A Dspawn.rs15 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError>; in spawn_obj()
40 fn spawn_local_obj(&self, future: LocalFutureObj<'static, ()>) -> Result<(), SpawnError>; in spawn_local_obj()
87 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_obj()
97 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_obj()
107 fn spawn_local_obj(&self, future: LocalFutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_local_obj()
117 fn spawn_local_obj(&self, future: LocalFutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_local_obj()
132 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_obj()
142 fn spawn_local_obj(&self, future: LocalFutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_local_obj()
152 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_obj()
162 fn spawn_local_obj(&self, future: LocalFutureObj<'static, ()>) -> Result<(), SpawnError> { in spawn_local_obj()
[all …]
H A Dwaker.rs19 pub fn waker<W>(wake: Arc<W>) -> Waker in waker()
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/futures-util-0.3.21/src/compat/
H A Dexecutor.rs67 fn spawn_obj(&self, future: FutureObj<'static, ()>) -> Result<(), SpawnError03> { in spawn_obj()

12345678910>>...618