Added the update_item function
This commit is contained in:
parent
5b1adca42c
commit
849cbbc07a
5 changed files with 90 additions and 18 deletions
|
@ -190,6 +190,11 @@ impl From<String> for VersionTag {
|
|||
}
|
||||
|
||||
impl VersionTag {
|
||||
/// Get the inner version tag (usually a WebDAV `ctag` or `etag`)
|
||||
pub fn as_str(&self) -> &str {
|
||||
&self.tag
|
||||
}
|
||||
|
||||
/// Generate a random VesionTag
|
||||
#[cfg(feature = "local_calendar_mocks_remote_calendars")]
|
||||
pub fn random() -> Self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue