Fix WebDAV: add Clone to WebdavCredentials
This commit is contained in:
@@ -37,6 +37,7 @@ fn map_vfs_error(e: VfsError) -> FsError {
|
||||
|
||||
/// Expected credentials for WebDAV Basic Auth validation
|
||||
#[derive(Clone)]
|
||||
#[derive(Clone)]
|
||||
pub struct WebdavCredentials {
|
||||
pub username: String,
|
||||
pub password: Option<String>,
|
||||
|
||||
Reference in New Issue
Block a user