pub struct InitConfig {
pub data_dir: PathBuf,
pub project_root: Option<PathBuf>,
pub all_projects: bool,
pub refresh: bool,
}Fields§
§data_dir: PathBuf§project_root: Option<PathBuf>§all_projects: bool§refresh: boolAuto Trait Implementations§
impl Freeze for InitConfig
impl RefUnwindSafe for InitConfig
impl Send for InitConfig
impl Sync for InitConfig
impl Unpin for InitConfig
impl UnsafeUnpin for InitConfig
impl UnwindSafe for InitConfig
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