mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-09 11:09:08 +00:00
fb3ae9f7db
The 'Json' type now implements: * Clone * PartialEq * Eq * PartialOrd * Ord * Hash * UriDisplay<Query> Method calls that resolve to a method in the set of traits above previously resolved to the `Deref` target. For example, `foo.clone()`, where `foo: Json<T>`, previously resolved to `<T as Clone>::clone()` but now resolves to `<Json<T> as Clone>::clone()`. |
||
---|---|---|
.. | ||
fuzz | ||
src | ||
tests | ||
build.rs | ||
Cargo.toml |