More derive(Debug)

This commit is contained in:
daladim 2021-07-05 11:04:52 +02:00
parent 58cfb42f64
commit bf68d81ec8
4 changed files with 5 additions and 2 deletions

View file

@ -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,