Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
×
Past 24 hours
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
24 hours ago · Struct std::rc::Rc Copy item path ... A single-threaded reference-counting pointer. 'Rc' stands for 'Reference Counted'. See the module-level documentation for ...
23 hours ago · The Steal struct is intended to used as the value for a query. Specifically, we sometimes have queries (cough MIR cough) where we create a large, ...
22 hours ago · Struct std::collections::BTreeMap. Copy item path ... An ordered map based on a B-Tree. B-Trees represent a fundamental compromise between cache-efficiency and ...
23 hours ago · The write function takes an output stream, and an Arguments struct that can be precompiled with the format_args! macro. The arguments will be formatted ...
20 hours ago · str is a dynamically sized type (DST). Those can only be used behind some sort of indirection, like a reference in your case, or some other pointer type, like ...
18 hours ago · Problem: rustup doc is severely broken when viewed without an internet connection, due to tons of links incorrectly linking to doc.rust-lang.org instead of the ...
7 hours ago · Struct core::cell::OnceCell. Copy item path ... A cell which can be written to only once. Unlike RefCell , a OnceCell only provides shared &T references to its ...