- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 2,342 for host:doc.rust-lang.org (0.03 sec)
-
ref - Rust
Bind by reference during pattern matching.doc.rust-lang.org/std/keyword.ref.htmlRegistered: Wed Apr 09 00:59:03 UTC 2025 - Last Modified: Thu Apr 03 09:31:41 UTC 2025 - 7.3K bytes - Viewed (0) -
ByteStr in std::bstr - Rust
A wrapper for `&[u8]` representing a human-readable string that’s conventionally, but not always, UTF-8.doc.rust-lang.org/std/bstr/struct.ByteStr.htmlRegistered: Wed Apr 09 01:10:17 UTC 2025 - Last Modified: Thu Apr 03 09:31:31 UTC 2025 - 683.9K bytes - Viewed (0) -
StructuralPartialEq in std::marker - Rust
Required trait for constants used in pattern matches.doc.rust-lang.org/std/marker/trait.StructuralPartialEq.htmlRegistered: Wed Apr 09 01:09:45 UTC 2025 - Last Modified: Thu Apr 03 09:31:41 UTC 2025 - 77.7K bytes - Viewed (0) -
Shr in std::ops - Rust
The right shift operator `>>`. Note that because this trait is implemented for all integer types with multiple right-hand-side types, Rust’s type checker has special handling for `_ >> _`, setting the result type for integer operations to the type of the left-hand-side operand. This means that though `a >> b` and `a.shr(b)` are one and the same from an evaluation standpoint, they are different when it comes to type inference.doc.rust-lang.org/std/ops/trait.Shr.htmlRegistered: Wed Apr 09 01:09:36 UTC 2025 - Last Modified: Thu Apr 03 09:31:42 UTC 2025 - 855.1K bytes - Viewed (0) -
Any in std::any - Rust
A trait to emulate dynamic typing.doc.rust-lang.org/std/any/trait.Any.htmlRegistered: Wed Apr 09 01:09:25 UTC 2025 - Last Modified: Thu Apr 03 09:31:31 UTC 2025 - 63.9K bytes - Viewed (0) -
HashSet in std::collections - Rust
A hash set implemented as a `HashMap` where the value is `()`.doc.rust-lang.org/std/collections/struct.HashSet.html Similar Results (1)Registered: Wed Apr 09 01:25:21 UTC 2025 - Last Modified: Thu Apr 03 09:31:33 UTC 2025 - 162.2K bytes - Viewed (0) -
RefMut in std::cell - Rust
A wrapper type for a mutably borrowed value from a `RefCell<T>`.doc.rust-lang.org/std/cell/struct.RefMut.htmlRegistered: Wed Apr 09 01:26:26 UTC 2025 - Last Modified: Thu Apr 03 09:31:35 UTC 2025 - 43.4K bytes - Viewed (0) -
PointerLike in std::marker - Rust
A marker for pointer-like types.doc.rust-lang.org/std/marker/trait.PointerLike.htmlRegistered: Wed Apr 09 01:50:40 UTC 2025 - Last Modified: Thu Apr 03 09:31:41 UTC 2025 - 10.2K bytes - Viewed (0) -
DispatchFromDyn in std::ops - Rust
`DispatchFromDyn` is used in the implementation of dyn-compatibility checks (specifically allowing arbitrary self types), to guarantee that a method’s receiver type can be dispatched on.doc.rust-lang.org/std/ops/trait.DispatchFromDyn.htmlRegistered: Wed Apr 09 01:50:50 UTC 2025 - Last Modified: Thu Apr 03 09:31:42 UTC 2025 - 21.3K bytes - Viewed (0) -
CoerceUnsized in std::ops - Rust
Trait that indicates that this is a pointer or a wrapper for one, where unsizing can be performed on the pointee.doc.rust-lang.org/std/ops/trait.CoerceUnsized.htmlRegistered: Wed Apr 09 01:51:00 UTC 2025 - Last Modified: Thu Apr 03 09:31:42 UTC 2025 - 27.4K bytes - Viewed (0)