mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 11:42:25 +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