StackRating

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

Chris Morgan

Rating
1592.47 (2,160th)
Reputation
59,623 (1,558th)
Page: 1 2 3 4 5 ... 16
Title Δ
Formatting a struct field differently than its JSON key 0.00
Capturing a trait in a struct that is only used in the implementation -0.11
Can struct-like enums be used as types? -1.02
What is the idiomatic way to write a for loop without using the ite... 0.00
Can you control borrowing a struct vs borrowing a field? -1.29
How do I send an interpolated string on a channel? 0.00
Cannot insert reference in HashMap if it is declared after the data... 0.00
How do I implement Ord for a struct? 0.00
Nested trait types, bounded types and verbosity in use of the as ke... 0.00
How can I return None from a function that borrows from it's ar... +1.65
When to use Box<Vec<..>> or Vec<Box<..>>? 0.00
Is there a rustc equivalent of -Wall -Werror? 0.00
Can a slice iterator be advanced more than one element in constant... -1.84
How can I specify a lifetime for closure arguments? +0.39
Error while instantiating an enum in rust -0.15
How can I bind a variable in a match arm when matching on a mutable... 0.00
How do you borrow a mutable reference during a match? 0.00
How to provide a type-annotation for `AsRef`? +0.41
How to generate tuples from strings? 0.00
as_mut().unwrap(): Cannot infer lifetime due to conflicting require... 0.00
How can I force a value to be moved from an inner scope to an outer... 0.00
Spurious requirement for std::marker::Sized 0.00
What is the iterator type returned by this Rust function? 0.00
Use Option<&mut> 2 times +1.57
iterator find - referencing the needle instead of dereferencing the... 0.00
Unresolved name for Trait when specifying the Type (<Type as Tra... 0.00
Type annotation required when using `as_ref()` in `assert_eq!()` 0.00
Why does Rust not have unions? -1.69
Can we automatically derive a user-defined trait? -0.97
What is the difference between a return and a break in an infinite... 0.00
Returning slices to a constant array 0.00
Moved values when multiplying numbers 0.00
How to use a trait object to refer to struct that has generic methods 0.00
Storing a closure in a HashMap 0.00
Where does the OwnedName type come from? -1.98
Grouping structs with enums +0.96
How to use `BorrowMut` contained within `RefCell`? 0.00
How do I match a String in a struct with a constant value? 0.00
What is the idiomatic way to convert a String to &str? +0.39
How do I cast a u64 value to a generic numeric type? 0.00
How can I create an owning pointer to an unsized type? 0.00
Equivalent of map_err that uses from_error automatically 0.00
How do I store a list of callbacks on a struct? 0.00
&str String and lifetime 0.00
How do I create & use a list of callback functions? 0.00
Error handling best-practices 0.00
Calculate distance between two raw pointers 0.00
How do I access the data sent over UDP? 0.00
How do I clear the current line of stdout? +0.38
When should I not implement a trait for references to implementors... +0.37