Struct processing_chain::Process
source · [−]pub struct Process {
pub name: String,
pub inputs_dir_path: PathBuf,
pub inputs_extenion: String,
pub outputs_dir_path: PathBuf,
pub tmp_dir_path: PathBuf,
pub overwrite: bool,
pub items: Vec<Item>,
}
Fields
name: String
inputs_dir_path: PathBuf
inputs_extenion: String
outputs_dir_path: PathBuf
tmp_dir_path: PathBuf
overwrite: bool
items: Vec<Item>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Process
impl Send for Process
impl Sync for Process
impl Unpin for Process
impl UnwindSafe for Process
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more