pub struct WebDAVClient { /* private fields */ }๐Deprecated: Use
DavClient insteadImplementationsยง
Sourceยงimpl WebDAVClient
impl WebDAVClient
pub fn new(username: &str, password: &str) -> Result<Self, Error>
pub fn request(&self, method: Method, url: impl IntoUrl) -> WevDAVRequestBuilder
pub fn get(&self, url: impl IntoUrl) -> WevDAVRequestBuilder
pub fn put(&self, url: impl IntoUrl) -> WevDAVRequestBuilder
pub async fn list(&self, url: impl IntoUrl) -> Result<Collection, Error>
pub async fn all_propfind(&self, url: impl IntoUrl) -> Result<Response>
Trait Implementationsยง
Sourceยงimpl Clone for WebDAVClient
impl Clone for WebDAVClient
Sourceยงfn clone(&self) -> WebDAVClient
fn clone(&self) -> WebDAVClient
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSourceยงimpl Default for WebDAVClient
impl Default for WebDAVClient
Sourceยงfn default() -> WebDAVClient
fn default() -> WebDAVClient
Returns the โdefault valueโ for a type. Read more
impl Send for WebDAVClient
impl Sync for WebDAVClient
Auto Trait Implementationsยง
impl Freeze for WebDAVClient
impl !RefUnwindSafe for WebDAVClient
impl Unpin for WebDAVClient
impl !UnwindSafe for WebDAVClient
Blanket Implementationsยง
Sourceยงimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Sourceยงfn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more