Struct cargo_tarpaulin::cargo::CargoOutput
source · pub struct CargoOutput {
pub test_binaries: Vec<TestBinary>,
pub binaries: Vec<PathBuf>,
}
Fields§
§test_binaries: Vec<TestBinary>
This contains all binaries we want to run to collect coverage from.
binaries: Vec<PathBuf>
This covers binaries we don’t want to run explicitly but may be called as part of tracing execution of other processes.
Trait Implementations§
source§impl Clone for CargoOutput
impl Clone for CargoOutput
source§fn clone(&self) -> CargoOutput
fn clone(&self) -> CargoOutput
Returns a copy 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 moresource§impl Debug for CargoOutput
impl Debug for CargoOutput
source§impl Default for CargoOutput
impl Default for CargoOutput
source§fn default() -> CargoOutput
fn default() -> CargoOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CargoOutput
impl RefUnwindSafe for CargoOutput
impl Send for CargoOutput
impl Sync for CargoOutput
impl Unpin for CargoOutput
impl UnwindSafe for CargoOutput
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)