Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 241 - 250 of 2,312 for host:doc.rust-lang.org (0.39 seconds)

  1. Receiver in std::ops - Rust

    Indicates that a struct can be used as a method receiver. That is, a type can use this type as a type of `self`, like this:
    doc.rust-lang.org/std/ops/trait.Receiver.html
    Thu Mar 26 12:55:58 GMT 2026
      10K bytes
  2. RawFd in std::os::fd - Rust

    Raw file descriptors.
    doc.rust-lang.org/std/os/fd/type.RawFd.html
    Thu Mar 26 12:55:58 GMT 2026
      7.9K bytes
  3. RawWaker in std::task - Rust

    A `RawWaker` allows the implementor of a task executor to create a `Waker` or a `LocalWaker` which provides customized wakeup behavior.
    doc.rust-lang.org/std/task/struct.RawWaker.html
    Thu Mar 26 12:56:02 GMT 2026
      28.5K bytes
  4. BorrowError in std::cell - Rust

    An error returned by `RefCell::try_borrow`.
    doc.rust-lang.org/std/cell/struct.BorrowError.html
    Thu Mar 26 12:55:53 GMT 2026
      25.7K bytes
  5. LazyCell in std::cell - Rust

    A value which is initialized on the first access.
    doc.rust-lang.org/std/cell/struct.LazyCell.html
    Thu Mar 26 12:55:53 GMT 2026
      43.7K bytes
  6. CursorMutKey in std::collections::btree_map - Rust

    A cursor over a `BTreeMap` with editing operations, and which allows mutating the key of elements.
    doc.rust-lang.org/std/collections/btree_map/struct.CursorMutKey.html
    Thu Mar 26 12:55:53 GMT 2026
      37.8K bytes
      Similar Results (1)
  7. 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 Mar 26 12:55:53 GMT 2026
      36.3K bytes
      Similar Results (1)
  8. DrainSorted in std::collections::binary_heap - ...

    A draining iterator over the elements of a `BinaryHeap`.
    doc.rust-lang.org/std/collections/binary_heap/struct.DrainSorted.html
    Thu Mar 26 12:55:53 GMT 2026
      171K bytes
      Similar Results (3)
  9. ExtractIf in std::collections::btree_map - Rust

    An iterator produced by calling `extract_if` on BTreeMap.
    doc.rust-lang.org/std/collections/btree_map/struct.ExtractIf.html
    Thu Mar 26 12:55:53 GMT 2026
      167.1K bytes
      Similar Results (3)
  10. IntoValues in std::collections::hash_map - Rust

    An owning iterator over the values of a `HashMap`.
    doc.rust-lang.org/std/collections/hash_map/struct.IntoValues.html
    Thu Mar 26 12:55:54 GMT 2026
      161.8K bytes
Back to Top