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 Freeze for BuildPlan
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