Struct mantra_schema::coverage::LineCoverage
source · pub struct LineCoverage {
pub filepath: PathBuf,
pub lines: Vec<Line>,
}Fields§
§filepath: PathBuf§lines: Vec<Line>Trait Implementations§
source§impl Clone for LineCoverage
impl Clone for LineCoverage
source§fn clone(&self) -> LineCoverage
fn clone(&self) -> LineCoverage
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 LineCoverage
impl Debug for LineCoverage
source§impl<'de> Deserialize<'de> for LineCoverage
impl<'de> Deserialize<'de> for LineCoverage
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Hash for LineCoverage
impl Hash for LineCoverage
source§impl PartialEq for LineCoverage
impl PartialEq for LineCoverage
source§fn eq(&self, other: &LineCoverage) -> bool
fn eq(&self, other: &LineCoverage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for LineCoverage
impl Serialize for LineCoverage
impl Eq for LineCoverage
impl StructuralPartialEq for LineCoverage
Auto Trait Implementations§
impl Freeze for LineCoverage
impl RefUnwindSafe for LineCoverage
impl Send for LineCoverage
impl Sync for LineCoverage
impl Unpin for LineCoverage
impl UnwindSafe for LineCoverage
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)