pub struct SimulateInput {
pub workspace_path: String,
pub version: Option<String>,
pub downstream_crates: Option<usize>,
}Expand description
Simulate input.
Fields§
§workspace_path: StringWorkspace root.
version: Option<String>Optional target version.
downstream_crates: Option<usize>Synthetic downstream count.
Trait Implementations§
Source§impl Clone for SimulateInput
impl Clone for SimulateInput
Source§fn clone(&self) -> SimulateInput
fn clone(&self) -> SimulateInput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SimulateInput
impl RefUnwindSafe for SimulateInput
impl Send for SimulateInput
impl Sync for SimulateInput
impl Unpin for SimulateInput
impl UnsafeUnpin for SimulateInput
impl UnwindSafe for SimulateInput
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