mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-31 05:28:23 +00:00
prop: implement InvalidProperty with Default
This commit is contained in:
@@ -19,7 +19,7 @@ impl<R: Resource> Default for CommonPropertiesExtension<R> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Serialize)]
|
||||
#[derive(Deserialize, Serialize, PartialEq)]
|
||||
#[serde(rename_all = "kebab-case")]
|
||||
pub enum CommonPropertiesProp<RT: ResourceType> {
|
||||
// WebDAV (RFC 2518)
|
||||
|
||||
Reference in New Issue
Block a user