Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

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

  1. Successors in std::iter - Rust

    An iterator which, starting from an initial item, computes each successive item from the preceding one.
    doc.rust-lang.org/std/iter/struct.Successors.html
    Thu May 28 17:42:12 GMT 2026
      165K bytes
      Similar Results (4)
  2. Deref in std::ops - Rust

    Used for immutable dereferencing operations, like `*v`.
    doc.rust-lang.org/std/ops/trait.Deref.html
    Thu May 28 17:42:13 GMT 2026
      58.7K bytes
  3. Pin in std::pin - Rust

    A pointer which pins its pointee in place.
    doc.rust-lang.org/std/pin/struct.Pin.html
    Thu May 28 17:42:15 GMT 2026
      150K bytes
  4. ToOwned in std::borrow - Rust

    A generalization of `Clone` to borrowed data.
    doc.rust-lang.org/std/borrow/trait.ToOwned.html
    Thu May 28 17:42:08 GMT 2026
      16.8K bytes
  5. Debug in std::fmt - Rust

    `?` formatting.
    doc.rust-lang.org/std/fmt/trait.Debug.html
    Thu May 28 17:42:10 GMT 2026
      400.7K bytes
  6. Poll in std::task - Rust

    Indicates whether a value is available or if the current task has been scheduled to receive a wakeup instead.
    doc.rust-lang.org/std/task/enum.Poll.html
    Thu May 28 17:42:17 GMT 2026
      79.9K bytes
  7. Error in std::fmt - Rust

    The error type which is returned from formatting a message into a stream.
    doc.rust-lang.org/std/fmt/struct.Error.html
    Thu May 28 17:42:10 GMT 2026
      49.7K bytes
  8. Yeet in std::ops - Rust

    Implement `FromResidual<Yeet<T>>` on your type to enable `do yeet expr` syntax in functions returning your type.
    doc.rust-lang.org/std/ops/struct.Yeet.html
    Thu May 28 17:42:13 GMT 2026
      25K bytes
  9. TrustedStep in std::iter - Rust

    A type that upholds all invariants of `Step`.
    doc.rust-lang.org/std/iter/trait.TrustedStep.html
    Thu May 28 17:42:12 GMT 2026
      15.1K bytes
  10. repeat_with in std::iter - Rust

    Creates a new iterator that repeats elements of type `A` endlessly by applying the provided closure, the repeater, `F: FnMut() -> A`.
    doc.rust-lang.org/std/iter/fn.repeat_with.html
    Thu May 28 17:42:12 GMT 2026
      9.6K bytes
Back to Top