Fix WebDAV: add Clone to WebdavCredentials
Some checks failed
Test / test (push) Has been cancelled
Test / build (push) Has been cancelled

This commit is contained in:
Warren
2026-06-22 07:26:54 +08:00
parent 8039f0d375
commit 4003864d28

View File

@@ -37,6 +37,7 @@ fn map_vfs_error(e: VfsError) -> FsError {
/// Expected credentials for WebDAV Basic Auth validation /// Expected credentials for WebDAV Basic Auth validation
#[derive(Clone)] #[derive(Clone)]
#[derive(Clone)]
pub struct WebdavCredentials { pub struct WebdavCredentials {
pub username: String, pub username: String,
pub password: Option<String>, pub password: Option<String>,