pub struct Generator { /* private fields */ }Expand description
Main generator struct that coordinates project creation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Generator
impl !UnwindSafe for Generator
impl Freeze for Generator
impl Send for Generator
impl Sync for Generator
impl Unpin for Generator
impl UnsafeUnpin for Generator
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