mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 03:32:15 +00:00
Fix some xml tests
This commit is contained in:
@@ -16,7 +16,10 @@ pub struct Propname(#[xml(ty = "tag_name")] pub String);
|
||||
|
||||
#[derive(Debug, Clone, XmlDeserialize, PartialEq)]
|
||||
pub enum PropfindType {
|
||||
#[xml(ns = "crate::namespace::NS_DAV")]
|
||||
Propname,
|
||||
#[xml(ns = "crate::namespace::NS_DAV")]
|
||||
Allprop,
|
||||
#[xml(ns = "crate::namespace::NS_DAV")]
|
||||
Prop(PropElement),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user