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

@ -32,6 +32,7 @@ static TASKS_BODY: &str = r#"
/// A CalDAV calendar created by a [`Client`](crate::client::Client).
#[derive(Debug)]
pub struct RemoteCalendar {
name: String,
resource: Resource,