pub struct GenObj { /* private fields */ }
Expand description
generator object created by calling generator functions
Implementations§
Auto Trait Implementations§
impl Freeze for GenObj
impl !RefUnwindSafe for GenObj
impl !Send for GenObj
impl !Sync for GenObj
impl Unpin for GenObj
impl !UnwindSafe for GenObj
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