pub struct ContextInitOptions {
pub force: bool,
pub project_type_hint: Option<ProjectTypeHint>,
pub output_path: PathBuf,
pub interactive: bool,
}Expand description
Options for context init command
Fields§
§force: bool§project_type_hint: Option<ProjectTypeHint>§output_path: PathBuf§interactive: boolAuto Trait Implementations§
impl Freeze for ContextInitOptions
impl RefUnwindSafe for ContextInitOptions
impl Send for ContextInitOptions
impl Sync for ContextInitOptions
impl Unpin for ContextInitOptions
impl UnsafeUnpin for ContextInitOptions
impl UnwindSafe for ContextInitOptions
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