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