pub struct FunctionSourceCoverage {
pub fn_is_native: bool,
pub uncovered_locations: Vec<Loc>,
}
Fields§
§fn_is_native: bool
§uncovered_locations: Vec<Loc>
Trait Implementations§
source§impl Clone for FunctionSourceCoverage
impl Clone for FunctionSourceCoverage
source§fn clone(&self) -> FunctionSourceCoverage
fn clone(&self) -> FunctionSourceCoverage
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 more