pub struct DavResponse {
pub status: StatusCode,
pub headers: HeaderMap,
pub body: DavResponseBody,
}Expand description
Status, headers, and body produced by the protocol layer.
Fields§
§status: StatusCode§headers: HeaderMap§body: DavResponseBodyImplementations§
Auto Trait Implementations§
impl !Freeze for DavResponse
impl !RefUnwindSafe for DavResponse
impl Send for DavResponse
impl !Sync for DavResponse
impl Unpin for DavResponse
impl UnsafeUnpin for DavResponse
impl !UnwindSafe for DavResponse
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