Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1311 - 1320 of 2,266 for host:doc.rust-lang.org (0.04 sec)

  1. 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
    Registered: Wed Nov 05 01:27:24 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 169.8K bytes
    - Viewed (0)
  2. TypeId in std::any - Rust

    A `TypeId` represents a globally unique identifier for a type.
    doc.rust-lang.org/std/any/struct.TypeId.html
    Registered: Wed Nov 05 01:27:32 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 50.5K bytes
    - Viewed (0)
  3. AllocError in std::alloc - Rust

    The `AllocError` error indicates an allocation failure that may be due to resource exhaustion or to something wrong when combining the given input arguments with this allocator.
    doc.rust-lang.org/std/alloc/struct.AllocError.html
    Registered: Wed Nov 05 01:27:48 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 34.9K bytes
    - Viewed (0)
  4. 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
    Registered: Wed Nov 05 01:30:21 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 32.2K bytes
    - Viewed (0)
  5. RandomState in std::collections::hash_map - Rust

    `RandomState` is the default state for `HashMap` types.
    doc.rust-lang.org/std/collections/hash_map/struct.RandomState.html
    Registered: Wed Nov 05 01:33:47 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 32.4K bytes
    - Viewed (0)
  6. Iter in std::collections::vec_deque - Rust

    An iterator over the elements of a `VecDeque`.
    doc.rust-lang.org/std/collections/vec_deque/struct.Iter.html
    Registered: Wed Nov 05 01:33:54 UTC 2025
    - Last Modified: Thu Oct 30 18:22:25 UTC 2025
    - 185.3K bytes
    - Viewed (0)
  7. 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
    Registered: Wed Nov 05 01:33:32 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 33.9K bytes
    - Viewed (0)
  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
    Registered: Wed Nov 05 01:33:35 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 37.8K bytes
    - Viewed (0)
  9. PhantomCovariantLifetime in std::marker - Rust

    Zero-sized type used to mark a lifetime as covariant.
    doc.rust-lang.org/std/marker/struct.PhantomCovariantLifetime.html Similar Results (1)
    Registered: Wed Nov 05 01:51:49 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 45.1K bytes
    - Viewed (0)
  10. ExitCode in std::process - Rust

    This type represents the status code the current process can return to its parent under normal termination.
    doc.rust-lang.org/std/process/struct.ExitCode.html
    Registered: Wed Nov 05 01:53:34 UTC 2025
    - Last Modified: Thu Oct 30 18:22:30 UTC 2025
    - 43.2K bytes
    - Viewed (0)
Back to top