Struct base_coroutine::OpenYielder
source · #[repr(transparent)]pub struct OpenYielder<'a, Input>(_);
Implementations
Auto Trait Implementations
impl<'a, Input> !RefUnwindSafe for OpenYielder<'a, Input>
impl<'a, Input> !Send for OpenYielder<'a, Input>
impl<'a, Input> !Sync for OpenYielder<'a, Input>
impl<'a, Input> Unpin for OpenYielder<'a, Input>
impl<'a, Input> !UnwindSafe for OpenYielder<'a, Input>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more