Struct azure_devops_rust_api::test::models::FunctionCoverage
source · pub struct FunctionCoverage {
pub class: Option<String>,
pub name: Option<String>,
pub namespace: Option<String>,
pub source_file: Option<String>,
pub statistics: Option<CoverageStatistics>,
}Expand description
Fields§
§class: Option<String>§name: Option<String>§namespace: Option<String>§source_file: Option<String>§statistics: Option<CoverageStatistics>Implementations§
Trait Implementations§
source§impl Clone for FunctionCoverage
impl Clone for FunctionCoverage
source§fn clone(&self) -> FunctionCoverage
fn clone(&self) -> FunctionCoverage
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 FunctionCoverage
impl Debug for FunctionCoverage
source§impl Default for FunctionCoverage
impl Default for FunctionCoverage
source§fn default() -> FunctionCoverage
fn default() -> FunctionCoverage
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FunctionCoverage
impl<'de> Deserialize<'de> for FunctionCoverage
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 FunctionCoverage
impl PartialEq for FunctionCoverage
source§fn eq(&self, other: &FunctionCoverage) -> bool
fn eq(&self, other: &FunctionCoverage) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for FunctionCoverage
impl Serialize for FunctionCoverage
impl StructuralPartialEq for FunctionCoverage
Auto Trait Implementations§
impl Freeze for FunctionCoverage
impl RefUnwindSafe for FunctionCoverage
impl Send for FunctionCoverage
impl Sync for FunctionCoverage
impl Unpin for FunctionCoverage
impl UnwindSafe for FunctionCoverage
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