Struct libcnb_data::build_plan::BuildPlan
source · pub struct BuildPlan {
pub provides: Vec<Provide>,
pub requires: Vec<Require>,
pub or: Vec<Or>,
}Fields§
§provides: Vec<Provide>§requires: Vec<Require>§or: Vec<Or>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BuildPlan
impl Send for BuildPlan
impl Sync for BuildPlan
impl Unpin for BuildPlan
impl UnwindSafe for BuildPlan
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