Rocket/examples/databases/src
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
..
diesel_sqlite.rs Impl std traits, 'UriDisplay<Query>' for 'Json'. 2021-06-29 03:31:27 -07:00
main.rs Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
rusqlite.rs Fix various generated and direct clippy warnings. 2021-06-08 13:27:09 -07:00
sqlx.rs Split 'rocket_contrib' into distinct crates. 2021-05-24 22:57:51 -07:00
tests.rs Graduate contrib 'json' and 'msgpack' into core. 2021-05-22 11:01:00 -07:00