mirror of https://github.com/rwf2/Rocket.git
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()`. |
||
---|---|---|
.. | ||
db | ||
src | ||
Cargo.toml | ||
Rocket.toml | ||
sqlx-data.json |