pub struct ProcessInput {
pub name: String,
pub repo_path: PathBuf,
}Expand description
Input for processing step: a single source location (name, local path, etc)
Fields§
§name: String§repo_path: PathBufTrait Implementations§
Source§impl Clone for ProcessInput
impl Clone for ProcessInput
Source§fn clone(&self) -> ProcessInput
fn clone(&self) -> ProcessInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ProcessInput
impl RefUnwindSafe for ProcessInput
impl Send for ProcessInput
impl Sync for ProcessInput
impl Unpin for ProcessInput
impl UnsafeUnpin for ProcessInput
impl UnwindSafe for ProcessInput
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