- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1 - 10 of 2,269 for host:doc.rust-lang.org (0.02 sec)
-
UnsizedConstParamTy in std::marker - Rust
A marker for types which can be used as types of `const` generic parameters.doc.rust-lang.org/std/marker/trait.UnsizedConstParamTy.htmlRegistered: Fri Dec 05 02:16:20 UTC 2025 - Last Modified: Mon Nov 10 18:54:56 UTC 2025 - 15.4K bytes - Viewed (0) -
box_new in std::boxed - Rust
Constructs a `Box<T>` by calling the `exchange_malloc` lang item and moving the argument into the newly allocated memory. This is an intrinsic to avoid unnecessary copies.doc.rust-lang.org/std/boxed/fn.box_new.htmlRegistered: Fri Dec 05 02:23:48 UTC 2025 - Last Modified: Mon Nov 10 18:54:51 UTC 2025 - 3.8K bytes - Viewed (0) -
ONCE_INIT in std::sync::poison - Rust
Initialization value for static `Once` values.doc.rust-lang.org/std/sync/poison/constant.ONCE_INIT.htmlRegistered: Fri Dec 05 03:38:38 UTC 2025 - Last Modified: Mon Nov 10 18:55:00 UTC 2025 - 4.6K bytes - Viewed (0) -
FileTimes in std::fs - Rust
Representation of the various timestamps on a file.doc.rust-lang.org/std/fs/struct.FileTimes.htmlRegistered: Fri Jan 16 02:28:58 UTC 2026 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 31.5K bytes - Viewed (0) -
Request in std::error - Rust
`Request` supports generic, type-driven access to data. Its use is currently restricted to the standard library in cases where trait authors wish to allow trait implementors to share generic information across trait boundaries. The motivating and prototypical use case is `core::error::Error` which would otherwise require a method per concrete type (eg. `std::backtrace::Backtrace` instance that implementors want to expose to users).doc.rust-lang.org/std/error/struct.Request.htmlRegistered: Fri Jan 16 02:28:48 UTC 2026 - Last Modified: Thu Dec 11 14:50:36 UTC 2025 - 50.3K bytes - Viewed (0) -
DebugList in std::fmt - Rust
A struct to help with `fmt::Debug` implementations.doc.rust-lang.org/std/fmt/struct.DebugList.htmlRegistered: Fri Jan 16 02:29:46 UTC 2026 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 32.7K bytes - Viewed (0) -
WriterPanicked in std::io - Rust
Error returned for the buffered data from `BufWriter::into_parts`, when the underlying writer has previously panicked. Contains the (possibly partly written) buffered data.doc.rust-lang.org/std/io/struct.WriterPanicked.htmlRegistered: Fri Jan 16 02:31:13 UTC 2026 - Last Modified: Thu Dec 11 14:50:39 UTC 2025 - 30.6K bytes - Viewed (0) -
JoinPathsError in std::env - Rust
The error type for operations on the `PATH` variable. Possibly returned from `env::join_paths()`.doc.rust-lang.org/std/env/struct.JoinPathsError.htmlRegistered: Fri Jan 16 02:32:48 UTC 2026 - Last Modified: Thu Dec 11 14:50:36 UTC 2025 - 25.6K bytes - Viewed (0) -
Pending in std::future - Rust
Creates a future which never resolves, representing a computation that never finishes.doc.rust-lang.org/std/future/struct.Pending.htmlRegistered: Fri Jan 16 02:31:56 UTC 2026 - Last Modified: Thu Dec 11 14:50:37 UTC 2025 - 30.2K bytes - Viewed (0) -
StdinLock in std::io - Rust
A locked reference to the `Stdin` handle.doc.rust-lang.org/std/io/struct.StdinLock.htmlRegistered: Fri Jan 16 02:31:59 UTC 2026 - Last Modified: Thu Dec 11 14:50:39 UTC 2025 - 51.5K bytes - Viewed (0)