More derive(Debug)
This commit is contained in:
parent
58cfb42f64
commit
bf68d81ec8
4 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
use url::Url;
|
||||
|
||||
/// Just a wrapper around a URL and credentials
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Resource {
|
||||
url: Url,
|
||||
username: String,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue