servo/components/gfx
bors-servo a59a80b301
Auto merge of #22028 - asajeffrey:debug-all-the-things, r=emilio
Add lots of derived Debug impls

<!-- Please describe your changes on the following line: -->

Add a bunch of derived `Debug` impls. After this, pretty much anything that implements `Deserializable` also implements `Debug`. The exception is `webrender_api::RenderApiSender`, which would need a webrender PR.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes do not require tests because it's just debugging

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22028)
<!-- Reviewable:end -->
2018-10-29 14:17:02 -04:00
..
platform Support building for Magic Leap. 2018-10-29 08:49:41 -05:00
tests Format the rest of gfx #21373 2018-09-08 08:05:42 +08:00
text Add lots of derived Debug impls 2018-10-29 09:21:37 -05:00
Cargo.toml Update webrender to 923ee495bd9b0fda8a4a94c5a6cf42e2f0548731. 2018-10-09 18:23:19 -04:00
font.rs Format the rest of gfx #21373 2018-09-08 08:05:42 +08:00
font_cache_thread.rs Format the rest of gfx #21373 2018-09-08 08:05:42 +08:00
font_context.rs Format the rest of gfx #21373 2018-09-08 08:05:42 +08:00
font_template.rs Format the rest of gfx #21373 2018-09-08 08:05:42 +08:00
lib.rs Reorder gfx lib creates 2018-09-08 14:24:56 +08:00