pub struct Generator<'a, A> { /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'a, A> Freeze for Generator<'a, A>
impl<'a, A> RefUnwindSafe for Generator<'a, A>where
A: RefUnwindSafe,
impl<'a, A> Send for Generator<'a, A>where
A: Sync,
impl<'a, A> Sync for Generator<'a, A>where
A: Sync,
impl<'a, A> Unpin for Generator<'a, A>
impl<'a, A> UnwindSafe for Generator<'a, A>where
A: RefUnwindSafe,
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