Home
last modified time | relevance | path

Searched defs:OnceCell (Results 51 – 75 of 270) sorted by relevance

1234567891011

/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/www/zola/zola-0.15.2/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/www/xh/xh-0.14.1/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/devel/dtool/dtool-0.11.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/lang/rust/rustc-1.58.1-src/vendor/once_cell-1.7.2/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/lang/rust/rustc-1.58.1-src/vendor/once_cell/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/once_cell/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/sysutils/dua-cli/dua-cli-2.14.11/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/once_cell-1.9.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/benchmarks/hyperfine/hyperfine-1.12.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/once_cell-1.7.2/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/sysutils/fd/fd-8.3.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/once_cell-1.9.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/www/monolith/monolith-2.6.1/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/x11/wmfocus/wmfocus-1.2.0/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { impl
/dports/graphics/pastel/pastel-0.8.1/cargo-crates/once_cell-1.8.0/src/
H A Dimp_pl.rs12 pub(crate) struct OnceCell<T> { struct
19 // Thread A creates a `OnceCell` and shares it with argument
23 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
24 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
26 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
27 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
29 impl<T> OnceCell<T> { implementation
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/once_cell-1.3.1/src/
H A Dimp_pl.rs9 pub(crate) struct OnceCell<T> { struct
16 // Thread A creates a `OnceCell` and shares it with argument
20 unsafe impl<T: Sync + Send> Sync for OnceCell<T> {} implementation
21 unsafe impl<T: Send> Send for OnceCell<T> {} implementation
23 impl<T: RefUnwindSafe + UnwindSafe> RefUnwindSafe for OnceCell<T> {} implementation
24 impl<T: UnwindSafe> UnwindSafe for OnceCell<T> {} implementation
26 impl<T> OnceCell<T> { implementation

1234567891011