Struct azure_devops_rust_api::test::models::FileCoverage   
source · pub struct FileCoverage {
    pub line_blocks_coverage: Vec<LineBlockCoverage>,
    pub path: Option<String>,
}Expand description
Fields§
§line_blocks_coverage: Vec<LineBlockCoverage>List of line blocks along with their coverage status
path: Option<String>File path for which coverage information is sought for
Implementations§
source§impl FileCoverage
 
impl FileCoverage
Trait Implementations§
source§impl Clone for FileCoverage
 
impl Clone for FileCoverage
source§fn clone(&self) -> FileCoverage
 
fn clone(&self) -> FileCoverage
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 FileCoverage
 
impl Debug for FileCoverage
source§impl Default for FileCoverage
 
impl Default for FileCoverage
source§fn default() -> FileCoverage
 
fn default() -> FileCoverage
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FileCoverage
 
impl<'de> Deserialize<'de> for FileCoverage
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 PartialEq for FileCoverage
 
impl PartialEq for FileCoverage
source§fn eq(&self, other: &FileCoverage) -> bool
 
fn eq(&self, other: &FileCoverage) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for FileCoverage
 
impl Serialize for FileCoverage
impl StructuralPartialEq for FileCoverage
Auto Trait Implementations§
impl RefUnwindSafe for FileCoverage
impl Send for FileCoverage
impl Sync for FileCoverage
impl Unpin for FileCoverage
impl UnwindSafe for FileCoverage
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