pub struct Proppatch { /* private fields */ }Expand description
Coroutine that runs a PROPPATCH.
Implementations§
Trait Implementations§
Source§impl WebdavCoroutine for Proppatch
impl WebdavCoroutine for Proppatch
Source§type Yield = WebdavYield
type Yield = WebdavYield
Intermediate value handed back on every step.
Auto Trait Implementations§
impl Freeze for Proppatch
impl RefUnwindSafe for Proppatch
impl Send for Proppatch
impl Sync for Proppatch
impl Unpin for Proppatch
impl UnsafeUnpin for Proppatch
impl UnwindSafe for Proppatch
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