Struct hyperdav::ClientBuilder[][src]

pub struct ClientBuilder { /* fields omitted */ }

The builder for the Client.

Methods

impl ClientBuilder
[src]

Construct a new ClientBuilder.

Set the credentials for the server.

Build the WebDAV Client.

Errors

This methods fails if the passed url is invalid.

Trait Implementations

impl Default for ClientBuilder
[src]

Returns the "default value" for a type. Read more

impl Debug for ClientBuilder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations