Struct hyperdav::webdav::response::PropfindResponse [] [src]

pub struct PropfindResponse {
    pub href: Option<String>,
}

Fields

href: Option<String>

Trait Implementations

impl Debug for PropfindResponse
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Default for PropfindResponse
[src]

fn default() -> PropfindResponse

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