mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
derive(debug) for LoadData
This commit is contained in:
parent
93a513c06f
commit
19e7418e62
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