pub enum DavResponseBody {
Empty,
Bytes(Bytes),
Stream(DavContentStream),
}Expand description
WebDAV response body before transport adaptation.
Variants§
Auto Trait Implementations§
impl !Freeze for DavResponseBody
impl !RefUnwindSafe for DavResponseBody
impl Send for DavResponseBody
impl !Sync for DavResponseBody
impl Unpin for DavResponseBody
impl UnsafeUnpin for DavResponseBody
impl !UnwindSafe for DavResponseBody
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