pub struct Compose {
pub root: PathBuf,
pub global: Global,
pub projects: Vec<Project>,
}Expand description
Fully loaded compose tree: global + resolved projects.
Fields§
§root: PathBuf§global: Global§projects: Vec<Project>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Compose
impl RefUnwindSafe for Compose
impl Send for Compose
impl Sync for Compose
impl Unpin for Compose
impl UnsafeUnpin for Compose
impl UnwindSafe for Compose
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