pub struct GeneratorImpl {}Implementations§
Source§impl GeneratorImpl
impl GeneratorImpl
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeneratorImpl
impl RefUnwindSafe for GeneratorImpl
impl Send for GeneratorImpl
impl Sync for GeneratorImpl
impl Unpin for GeneratorImpl
impl UnwindSafe for GeneratorImpl
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