pub struct ReleasePlanner;Expand description
Pure release-domain planner.
Implementations§
Source§impl ReleasePlanner
impl ReleasePlanner
pub fn plan( graph: &WorkspaceGraph, changesets: &[ChangesetInput], policies: &ReleasePolicies, ) -> Result<ReleasePlan, ReleasePlannerError>
Auto Trait Implementations§
impl Freeze for ReleasePlanner
impl RefUnwindSafe for ReleasePlanner
impl Send for ReleasePlanner
impl Sync for ReleasePlanner
impl Unpin for ReleasePlanner
impl UnsafeUnpin for ReleasePlanner
impl UnwindSafe for ReleasePlanner
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