Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1931 - 1940 of 2,271 for host:doc.rust-lang.org (0.03 sec)

  1. Peekable in std::iter - Rust

    An iterator with a `peek()` that returns an optional reference to the next element.
    doc.rust-lang.org/std/iter/struct.Peekable.html
    Registered: Mon Jan 05 01:37:14 UTC 2026
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 200.6K bytes
    - Viewed (0)
  2. DirEntry in std::fs - Rust

    Entries returned by the `ReadDir` iterator.
    doc.rust-lang.org/std/fs/struct.DirEntry.html
    Registered: Mon Jan 05 01:38:35 UTC 2026
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 34.8K bytes
    - Viewed (0)
  3. Utf8Chunks in std::str - Rust

    An iterator used to decode a slice of mostly UTF-8 bytes to string slices (`&str`) and byte slices (`&[u8]`).
    doc.rust-lang.org/std/str/struct.Utf8Chunks.html
    Registered: Mon Jan 05 01:44:35 UTC 2026
    - Last Modified: Thu Dec 11 14:50:44 UTC 2025
    - 167.5K bytes
    - Viewed (0)
  4. Keys in std::collections::hash_map - Rust

    An iterator over the keys of a `HashMap`.
    doc.rust-lang.org/std/collections/hash_map/struct.Keys.html
    Registered: Mon Jan 05 01:43:22 UTC 2026
    - Last Modified: Thu Dec 11 14:50:36 UTC 2025
    - 167.7K bytes
    - Viewed (0)
  5. IterMut in std::collections::vec_deque - Rust

    A mutable iterator over the elements of a `VecDeque`.
    doc.rust-lang.org/std/collections/vec_deque/struct.IterMut.html
    Registered: Mon Jan 05 01:45:35 UTC 2026
    - Last Modified: Thu Dec 11 14:50:36 UTC 2025
    - 186.1K bytes
    - Viewed (0)
  6. IntoKeys in std::collections::hash_map - Rust

    An owning iterator over the keys of a `HashMap`.
    doc.rust-lang.org/std/collections/hash_map/struct.IntoKeys.html
    Registered: Mon Jan 05 01:49:32 UTC 2026
    - Last Modified: Thu Dec 11 14:50:36 UTC 2025
    - 160.2K bytes
    - Viewed (0)
  7. RepeatWith in std::iter - Rust

    An iterator that repeats elements of type `A` endlessly by applying the provided closure `F: FnMut() -> A`.
    doc.rust-lang.org/std/iter/struct.RepeatWith.html
    Registered: Mon Jan 05 01:48:43 UTC 2026
    - Last Modified: Thu Dec 11 14:50:39 UTC 2025
    - 163.9K bytes
    - Viewed (0)
  8. BuildHasher in std::hash - Rust

    A trait for creating instances of `Hasher`.
    doc.rust-lang.org/std/hash/trait.BuildHasher.html
    Registered: Mon Jan 05 01:47:31 UTC 2026
    - Last Modified: Thu Dec 11 14:50:37 UTC 2025
    - 16.3K bytes
    - Viewed (0)
  9. maxnumf128 in std::intrinsics - Rust

    Returns the maximum (IEEE 754-2008 maxNum) of two `f128` values.
    doc.rust-lang.org/std/intrinsics/fn.maxnumf128.html
    Registered: Mon Jan 05 03:03:26 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 3.9K bytes
    - Viewed (0)
  10. atomic_xadd in std::intrinsics - Rust

    Adds to the current value, returning the previous value. `T` must be an integer or pointer type. `U` must be the same as `T` if that is an integer type, or `usize` if `T` is a pointer type.
    doc.rust-lang.org/std/intrinsics/fn.atomic_xadd.html
    Registered: Mon Jan 05 02:56:39 UTC 2026
    - Last Modified: Thu Dec 11 14:50:38 UTC 2025
    - 4.5K bytes
    - Viewed (0)
Back to top