Struct processing_chain::Item
source · pub struct Item {
pub name: String,
pub input_item_path: PathBuf,
pub output_item_path: PathBuf,
pub tmp_item_path: Option<PathBuf>,
}Expand description
An item.
Fields
name: Stringinput_item_path: PathBufoutput_item_path: PathBuftmp_item_path: Option<PathBuf>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Item
impl Send for Item
impl Sync for Item
impl Unpin for Item
impl UnwindSafe for Item
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