mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Auto merge of #16738 - paulrouget:LoadDataDebug, r=Wafflespeanut
derive(Debug) for LoadData <!-- 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/16738) <!-- Reviewable:end -->
This commit is contained in:
commit
4e73fceaf7
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ pub enum LayoutControlMsg {
|
||||||
|
|
||||||
/// can be passed to `LoadUrl` to load a page with GET/POST
|
/// can be passed to `LoadUrl` to load a page with GET/POST
|
||||||
/// parameters or headers
|
/// parameters or headers
|
||||||
#[derive(Clone, Deserialize, Serialize)]
|
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||||
pub struct LoadData {
|
pub struct LoadData {
|
||||||
/// The URL.
|
/// The URL.
|
||||||
pub url: ServoUrl,
|
pub url: ServoUrl,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue