pub struct Resumption<T: 'static> { /* private fields */ }Expand description
Resumption provides method to resume suspending coroutine.
Implementations§
Trait Implementations§
Source§impl<T> Clone for Resumption<T>
impl<T> Clone for Resumption<T>
Auto Trait Implementations§
impl<T> Freeze for Resumption<T>
impl<T> !RefUnwindSafe for Resumption<T>
impl<T> !Send for Resumption<T>
impl<T> !Sync for Resumption<T>
impl<T> Unpin for Resumption<T>
impl<T> !UnwindSafe for Resumption<T>
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