StackRating

An Elo-based rating system for Stack Overflow
Home   |   About   |   Stats and Analysis   |   Get a Badge
Rating Stats for

Peter Hall

Rating
1559.40 (5,711th)
Reputation
18,890 (7,320th)
Page: 1 ... 4 5 6 7 8 ... 14
Title Δ
How do I convert from a &mut T to a &mut U type? +0.09
How do I read from a mpsc::channel for a specified amount of time w... 0.00
Issue passing mutable Arc reference to hyper service_fn handler 0.00
Do lifetime annotations in Rust change the lifetime of the variables? -1.49
Is there a difference between a linked list implemented using Box&l... 0.00
How to implement arbitrary add operator in Rust? 0.00
Why sized trait is required for a builder function to generate Rc&l... 0.00
Derive a Trait for particular variants -0.04
Is it possible to associate memory from one struct with another in... 0.00
Factorize methods taking &Box<T> and &T as argument 0.00
What is causing this "cannot borrow as mutable" exception? 0.00
How to return a new String from a declarative macro? 0.00
How do I add a constructor to an existing primitive type? 0.00
How does the type deduction work in this Docopt example? 0.00
How can you use an immutable Option by reference that contains a mu... +0.46
How do I implement a trait for a struct when the trait requires mor... 0.00
How to read a value of an enum which associates with a custom type... +1.83
How can I avoid moving out of a borrow when removing values from a... 0.00
Is there any equivalent to JavaScript's forEach in Rust? 0.00
Rust and serde deserializing using generics +0.47
How do I make a generic absolute value function? 0.00
How to update all the values in a BTreeSet? +1.77
How can I use enums in structopt in Rust? -1.05
Tuple indexing in macro 0.00
How to get Vec<&String> after using iter().filter().colle... 0.00
Alternative to cloning tokio channel's sender for futures'... 0.00
Why is the amount of bytes read different in each case? 0.00
How to make a subscriber object with RAII properties? 0.00
What is the intended way to match an interior mutable enum? 0.00
How to use a reference to a FnOnce closure? 0.00
Why is my for loop code slower than an iterator? 0.00
How can I get the value of a const at compile time? 0.00
Why does returning `Self` in trait work, but returning `Option<S... +0.30
Why can't I use mutable reference to a Vec of references twice... 0.00
Rust efficiently chunk large vector into a vector of vectors 0.00
Stack pointer increments in Rust? 0.00
How to check for a struct in a collection of structs, by structural... +0.44
Can't capture dynamic environment in a fn item about iron lib 0.00
Rust "expected type" error prints mismatched types that a... 0.00
Retain reference to timer::guard in struct 0.00
Extending Iterator over pairs with map_keys +0.49
Is it possible to assign a closure to a variable of type impl Fn()? +2.42
How do I define trait bounds on an associated type? +2.04
Is there a way to join a BTreeSet on whitespace while consuming it... 0.00
Struct members who are traits that use associated types 0.00
How do I create a macro that takes a function with multiple paramet... 0.00
function pointer vs Fn trait object +0.47
I can't have every trait and impl in the same file; how to plac... 0.00
Rust generics syntax for mean function +0.15
How to work around conflicts of generic implementations of traits (... 0.00