More derive(Debug)
This commit is contained in:
parent
58cfb42f64
commit
bf68d81ec8
4 changed files with 5 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue