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