pub struct PythonScaffolder;Expand description
Python project scaffolder
Trait Implementations§
Source§impl ProjectScaffolder for PythonScaffolder
impl ProjectScaffolder for PythonScaffolder
Auto Trait Implementations§
impl Freeze for PythonScaffolder
impl RefUnwindSafe for PythonScaffolder
impl Send for PythonScaffolder
impl Sync for PythonScaffolder
impl Unpin for PythonScaffolder
impl UnsafeUnpin for PythonScaffolder
impl UnwindSafe for PythonScaffolder
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