pub struct PipelineOutputs {
pub case_name: String,
pub files: Vec<PathBuf>,
pub metadata: CaseMetadata,
}Fields§
§case_name: String§files: Vec<PathBuf>§metadata: CaseMetadataTrait Implementations§
Source§impl Clone for PipelineOutputs
impl Clone for PipelineOutputs
Source§fn clone(&self) -> PipelineOutputs
fn clone(&self) -> PipelineOutputs
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 PipelineOutputs
impl RefUnwindSafe for PipelineOutputs
impl Send for PipelineOutputs
impl Sync for PipelineOutputs
impl Unpin for PipelineOutputs
impl UnsafeUnpin for PipelineOutputs
impl UnwindSafe for PipelineOutputs
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