Rocket/examples/databases
Sergio Benitez fb3ae9f7db Impl std traits, 'UriDisplay<Query>' for 'Json'.
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()`.
2021-06-29 03:31:27 -07:00
..
db Completely revamp, redo examples. 2021-04-07 23:09:05 -07:00
src Impl std traits, 'UriDisplay<Query>' for 'Json'. 2021-06-29 03:31:27 -07:00
Cargo.toml Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
Rocket.toml Completely revamp, redo examples. 2021-04-07 23:09:05 -07:00
sqlx-data.json Completely revamp, redo examples. 2021-04-07 23:09:05 -07:00