Rebuild everything, becuase it makes it easier to compare everything to my changes

This commit is contained in:
Dennis Vestergaard Værum
2020-06-02 14:56:19 +02:00
parent 6ed8df5f96
commit 1cc94d5281
392 changed files with 43448 additions and 11156 deletions

View File

@@ -163,7 +163,7 @@ The [delegate trait](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/goo
## Optional Parts in Server-Requests
All structures provided by this library are made to be [enocodable](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.RequestValue.html) and
All structures provided by this library are made to be [encodable](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.RequestValue.html) and
[decodable](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.ResponseResult.html) via *json*. Optionals are used to indicate that partial requests are responses
are valid.
Most optionals are are considered [Parts](https://docs.rs/google-taskqueue1_beta2/1.0.13+20160428/google_taskqueue1_beta2/trait.Part.html) which are identifiable by name, which will be sent to