pub struct DavDownloadPlan {
pub response: DavResponse,
pub body: DavDownloadBody,
}Expand description
A complete response shell plus the storage read selected by the protocol layer.
Fields§
§response: DavResponse§body: DavDownloadBodyAuto Trait Implementations§
impl !Freeze for DavDownloadPlan
impl !RefUnwindSafe for DavDownloadPlan
impl Send for DavDownloadPlan
impl !Sync for DavDownloadPlan
impl Unpin for DavDownloadPlan
impl !UnwindSafe for DavDownloadPlan
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