pub struct ScaffoldOutput {
pub files: IndexMap<String, String>,
}Expand description
Forge output — the rendered scaffold ready to drop in a new
crates/gen-<name>/ directory.
Fields§
§files: IndexMap<String, String>Trait Implementations§
Source§impl Clone for ScaffoldOutput
impl Clone for ScaffoldOutput
Source§fn clone(&self) -> ScaffoldOutput
fn clone(&self) -> ScaffoldOutput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ScaffoldOutput
impl RefUnwindSafe for ScaffoldOutput
impl Send for ScaffoldOutput
impl Sync for ScaffoldOutput
impl Unpin for ScaffoldOutput
impl UnsafeUnpin for ScaffoldOutput
impl UnwindSafe for ScaffoldOutput
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