Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 151 - 160 of 2,385 for host:doc.rust-lang.org (0.06 seconds)

  1. CharTryFromError in std::char - Rust

    The error type returned when a conversion from `prim@u32` to `prim@char` fails.
    doc.rust-lang.org/std/char/struct.CharTryFromError.html
    Thu May 28 17:42:08 GMT 2026
      36.9K bytes
  2. BorrowError in std::cell - Rust

    An error returned by `RefCell::try_borrow`.
    doc.rust-lang.org/std/cell/struct.BorrowError.html
    Thu May 28 17:42:08 GMT 2026
      26.3K bytes
  3. LazyCell in std::cell - Rust

    A value which is initialized on the first access.
    doc.rust-lang.org/std/cell/struct.LazyCell.html
    Thu May 28 17:42:08 GMT 2026
      47K bytes
  4. CursorMut in std::collections::btree_map - Rust

    A cursor over a `BTreeMap` with editing operations.
    doc.rust-lang.org/std/collections/btree_map/struct.CursorMut.html
    Thu May 28 17:42:09 GMT 2026
      39.1K bytes
      Similar Results (1)
  5. UnorderedKeyError in std::collections::btree_ma...

    Error type returned by `CursorMut::insert_before` and `CursorMut::insert_after` if the key being inserted is not properly ordered with regards to adjacent keys.
    doc.rust-lang.org/std/collections/btree_map/struct.UnorderedKeyError.html
    Thu May 28 17:42:09 GMT 2026
      36.9K bytes
      Similar Results (1)
  6. HashMap in std::collections::hash_map - Rust

    A hash map implemented with quadratic probing and SIMD lookup.
    doc.rust-lang.org/std/collections/hash_map/struct.HashMap.html
    Thu May 28 17:42:09 GMT 2026
      190.9K bytes
  7. VacantEntry in std::collections::hash_set - Rust

    A view into a vacant entry in a `HashSet`. It is part of the `Entry` enum.
    doc.rust-lang.org/std/collections/hash_set/struct.VacantEntry.html
    Thu May 28 17:42:09 GMT 2026
      31K bytes
  8. OccupiedError in std::collections::hash_map - Rust

    The error returned by `try_insert` when the key already exists.
    doc.rust-lang.org/std/collections/hash_map/struct.OccupiedError.html
    Thu May 28 17:42:09 GMT 2026
      31.9K bytes
  9. VacantEntry in std::collections::btree_set - Rust

    A view into a vacant entry in a `BTreeSet`. It is part of the `Entry` enum.
    doc.rust-lang.org/std/collections/btree_set/struct.VacantEntry.html
    Thu May 28 17:42:09 GMT 2026
      31.5K bytes
  10. NulError in std::ffi - Rust

    An error indicating that an interior nul byte was found.
    doc.rust-lang.org/std/ffi/struct.NulError.html
    Thu May 28 17:42:10 GMT 2026
      42.5K bytes
      Similar Results (1)
Back to Top