pub enum DavPreparedBody {
None,
Xml(Vec<u8>),
}Expand description
Request body prepared according to the selected WebDAV method contract.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for DavPreparedBody
impl RefUnwindSafe for DavPreparedBody
impl Send for DavPreparedBody
impl Sync for DavPreparedBody
impl Unpin for DavPreparedBody
impl UnsafeUnpin for DavPreparedBody
impl UnwindSafe for DavPreparedBody
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