mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
||||
/// parameters or headers
|
||||
#[derive(Clone, Deserialize, Serialize)]
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub struct LoadData {
|
||||
/// The URL.
|
||||
pub url: ServoUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue