Struct hyperdav::PropfindResponse[][src]

pub struct PropfindResponse {
    pub href: String,
}

Response used for listing files.

Fields

URL of the resource

Trait Implementations

impl Default for PropfindResponse
[src]

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

impl Debug for PropfindResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations