Struct refuse::YieldComplete
source · pub struct YieldComplete;Expand description
A marker indicating that a coordinated yield has completed.
Auto Trait Implementations§
impl Freeze for YieldComplete
impl RefUnwindSafe for YieldComplete
impl Send for YieldComplete
impl Sync for YieldComplete
impl Unpin for YieldComplete
impl UnwindSafe for YieldComplete
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