Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 2221 - 2230 of 2,385 for host:doc.rust-lang.org (0.05 seconds)

  1. PeekMut in std::collections::binary_heap - Rust

    Structure wrapping a mutable reference to the greatest item on a `BinaryHeap`.
    doc.rust-lang.org/std/collections/binary_heap/struct.PeekMut.html
    Thu May 28 17:42:09 GMT 2026
      34.7K bytes
  2. EscapeUnicode in std::char - Rust

    Returns an iterator that yields the hexadecimal Unicode escape of a character, as `char`s.
    doc.rust-lang.org/std/char/struct.EscapeUnicode.html
    Thu May 28 17:42:08 GMT 2026
      170.3K bytes
  3. OnceCell in std::cell - Rust

    A cell which can nominally be written to only once.
    doc.rust-lang.org/std/cell/struct.OnceCell.html
    Thu May 28 17:42:08 GMT 2026
      58.1K bytes
  4. BorrowMutError in std::cell - Rust

    An error returned by `RefCell::try_borrow_mut`.
    doc.rust-lang.org/std/cell/struct.BorrowMutError.html
    Thu May 28 17:42:08 GMT 2026
      26.5K bytes
  5. OccupiedError in std::collections::btree_map - ...

    The error returned by `try_insert` when the key already exists.
    doc.rust-lang.org/std/collections/btree_map/struct.OccupiedError.html
    Thu May 28 17:42:09 GMT 2026
      33.2K bytes
  6. ArgsOs in std::env - Rust

    An iterator over the arguments of a process, yielding an `OsString` value for each argument.
    doc.rust-lang.org/std/env/struct.ArgsOs.html
    Thu May 28 17:42:09 GMT 2026
      159.4K bytes
  7. Union in std::collections::btree_set - Rust

    A lazy iterator producing elements in the union of `BTreeSet`s.
    doc.rust-lang.org/std/collections/btree_set/struct.Union.html
    Thu May 28 17:42:09 GMT 2026
      169.9K bytes
      Similar Results (2)
  8. OccupiedEntry in std::collections::btree_map - ...

    A view into an occupied entry in a `BTreeMap`. It is part of the `Entry` enum.
    doc.rust-lang.org/std/collections/btree_map/struct.OccupiedEntry.html
    Thu May 28 17:42:09 GMT 2026
      38.7K bytes
Back to Top