mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 21:42:34 +00:00
Add comment
This commit is contained in:
@@ -41,6 +41,7 @@ pub struct ResponseElement<PropstatType: Serialize> {
|
|||||||
|
|
||||||
// RFC 2518
|
// RFC 2518
|
||||||
// <!ELEMENT multistatus (response+, responsedescription?) >
|
// <!ELEMENT multistatus (response+, responsedescription?) >
|
||||||
|
// Extended by sync-token as specified in RFC 6578
|
||||||
#[derive(Serialize)]
|
#[derive(Serialize)]
|
||||||
#[serde(rename = "multistatus", rename_all = "kebab-case")]
|
#[serde(rename = "multistatus", rename_all = "kebab-case")]
|
||||||
pub struct MultistatusElement<T1: Serialize, T2: Serialize> {
|
pub struct MultistatusElement<T1: Serialize, T2: Serialize> {
|
||||||
|
|||||||
Reference in New Issue
Block a user