Struct generate_from_path::GenerateArgs
source · pub struct GenerateArgs {
pub name: String,
pub template_dir: PathBuf,
pub destination: PathBuf,
pub define: HashMap<String, String>,
pub ignore: Option<Vec<String>>,
pub overwrite: bool,
pub verbose: bool,
}
Fields§
§name: String
§template_dir: PathBuf
§destination: PathBuf
§define: HashMap<String, String>
§ignore: Option<Vec<String>>
§overwrite: bool
§verbose: bool
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for GenerateArgs
impl Send for GenerateArgs
impl Sync for GenerateArgs
impl Unpin for GenerateArgs
impl UnwindSafe for GenerateArgs
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