Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 2,266 for host:doc.rust-lang.org (0.02 sec)

  1. TryReserveError in std::collections - Rust

    The error type for `try_reserve` methods.
    doc.rust-lang.org/std/collections/struct.TryReserveError.html
    Registered: Wed Nov 05 01:36:43 UTC 2025
    - Last Modified: Thu Oct 30 18:22:25 UTC 2025
    - 40.2K bytes
    - Viewed (0)
  2. IterMut in std::collections::hash_map - Rust

    A mutable iterator over the entries of a `HashMap`.
    doc.rust-lang.org/std/collections/hash_map/struct.IterMut.html Similar Results (3)
    Registered: Wed Nov 05 01:35:58 UTC 2025
    - Last Modified: Thu Oct 30 18:22:24 UTC 2025
    - 160.1K bytes
    - Viewed (0)
  3. WriterPanicked in std::io - Rust

    Error returned for the buffered data from `BufWriter::into_parts`, when the underlying writer has previously panicked. Contains the (possibly partly written) buffered data.
    doc.rust-lang.org/std/io/struct.WriterPanicked.html
    Registered: Wed Nov 05 01:44:41 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 30.6K bytes
    - Viewed (0)
  4. Bytes in std::io - Rust

    An iterator over `u8` values of a reader.
    doc.rust-lang.org/std/io/struct.Bytes.html Similar Results (8)
    Registered: Wed Nov 05 01:44:29 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 151.6K bytes
    - Viewed (0)
  5. Split in std::io - Rust

    An iterator over the contents of an instance of `BufRead` split on a particular byte.
    doc.rust-lang.org/std/io/struct.Split.html
    Registered: Wed Nov 05 01:46:01 UTC 2025
    - Last Modified: Thu Oct 30 18:22:27 UTC 2025
    - 152K bytes
    - Viewed (0)
  6. OnceWith in std::iter - Rust

    An iterator that yields a single element of type `A` by applying the provided closure `F: FnOnce() -> A`.
    doc.rust-lang.org/std/iter/struct.OnceWith.html
    Registered: Wed Nov 05 01:43:59 UTC 2025
    - Last Modified: Thu Oct 30 18:22:28 UTC 2025
    - 172.9K bytes
    - Viewed (0)
  7. JoinPathsError in std::env - Rust

    The error type for operations on the `PATH` variable. Possibly returned from `env::join_paths()`.
    doc.rust-lang.org/std/env/struct.JoinPathsError.html
    Registered: Wed Nov 05 01:45:40 UTC 2025
    - Last Modified: Thu Oct 30 18:22:25 UTC 2025
    - 25.6K bytes
    - Viewed (0)
  8. Request in std::error - Rust

    `Request` supports generic, type-driven access to data. Its use is currently restricted to the standard library in cases where trait authors wish to allow trait implementors to share generic information across trait boundaries. The motivating and prototypical use case is `core::error::Error` which would otherwise require a method per concrete type (eg. `std::backtrace::Backtrace` instance that implementors want to expose to users).
    doc.rust-lang.org/std/error/struct.Request.html
    Registered: Wed Nov 05 01:45:43 UTC 2025
    - Last Modified: Thu Oct 30 18:22:25 UTC 2025
    - 50.3K bytes
    - Viewed (0)
  9. Pending in std::future - Rust

    Creates a future which never resolves, representing a computation that never finishes.
    doc.rust-lang.org/std/future/struct.Pending.html
    Registered: Wed Nov 05 01:45:49 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 30.2K bytes
    - Viewed (0)
  10. OpenOptions in std::fs - Rust

    Options and flags which can be used to configure how a file is opened.
    doc.rust-lang.org/std/fs/struct.OpenOptions.html
    Registered: Wed Nov 05 01:45:01 UTC 2025
    - Last Modified: Thu Oct 30 18:22:26 UTC 2025
    - 64.6K bytes
    - Viewed (0)
Back to top