Struct hyperdav::PropfindResponse [−][src]
pub struct PropfindResponse {
pub href: String,
}Response used for listing files.
Fields
href: String
URL of the resource
Trait Implementations
impl Default for PropfindResponse[src]
impl Default for PropfindResponsefn default() -> PropfindResponse[src]
fn default() -> PropfindResponseReturns the "default value" for a type. Read more
impl Debug for PropfindResponse[src]
impl Debug for PropfindResponseAuto Trait Implementations
impl Send for PropfindResponse
impl Send for PropfindResponseimpl Sync for PropfindResponse
impl Sync for PropfindResponse