pub struct BuildFiles {
pub root_project_path: SmolStr,
pub project_files: IndexMap<SmolStr, ProjectFiles>,
}
Fields§
§root_project_path: SmolStr
§project_files: IndexMap<SmolStr, ProjectFiles>
Implementations§
Source§impl BuildFiles
impl BuildFiles
pub fn root_project_mode(&self) -> ProjectMode
Auto Trait Implementations§
impl Freeze for BuildFiles
impl RefUnwindSafe for BuildFiles
impl Send for BuildFiles
impl Sync for BuildFiles
impl Unpin for BuildFiles
impl UnwindSafe for BuildFiles
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