pub struct PlanInput {
pub workspace_path: String,
pub include_published: bool,
pub allow_version_drift: bool,
}Expand description
Planning input.
Fields§
§workspace_path: StringWorkspace root.
include_published: boolInclude already-published crates.
allow_version_drift: boolAllow workspace version drift from the last release tag.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanInput
impl RefUnwindSafe for PlanInput
impl Send for PlanInput
impl Sync for PlanInput
impl Unpin for PlanInput
impl UnsafeUnpin for PlanInput
impl UnwindSafe for PlanInput
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