pub struct ScaffoldOptions {
pub parent_dir: Option<PathBuf>,
}Fields§
§parent_dir: Option<PathBuf>Where to create the project. None means current directory.
Trait Implementations§
Source§impl Clone for ScaffoldOptions
impl Clone for ScaffoldOptions
Source§fn clone(&self) -> ScaffoldOptions
fn clone(&self) -> ScaffoldOptions
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 moreSource§impl Debug for ScaffoldOptions
impl Debug for ScaffoldOptions
Source§impl Default for ScaffoldOptions
impl Default for ScaffoldOptions
Source§fn default() -> ScaffoldOptions
fn default() -> ScaffoldOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ScaffoldOptions
impl RefUnwindSafe for ScaffoldOptions
impl Send for ScaffoldOptions
impl Sync for ScaffoldOptions
impl Unpin for ScaffoldOptions
impl UnsafeUnpin for ScaffoldOptions
impl UnwindSafe for ScaffoldOptions
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