pub struct GraphSectionCoverage {
pub total: usize,
pub matching: usize,
pub returned: usize,
}Fields§
§total: usize§matching: usize§returned: usizeTrait Implementations§
Source§impl Clone for GraphSectionCoverage
impl Clone for GraphSectionCoverage
Source§fn clone(&self) -> GraphSectionCoverage
fn clone(&self) -> GraphSectionCoverage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GraphSectionCoverage
Source§impl Debug for GraphSectionCoverage
impl Debug for GraphSectionCoverage
Source§impl Default for GraphSectionCoverage
impl Default for GraphSectionCoverage
Source§fn default() -> GraphSectionCoverage
fn default() -> GraphSectionCoverage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GraphSectionCoverage
impl<'de> Deserialize<'de> for GraphSectionCoverage
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
impl Eq for GraphSectionCoverage
Source§impl PartialEq for GraphSectionCoverage
impl PartialEq for GraphSectionCoverage
Source§impl Serialize for GraphSectionCoverage
impl Serialize for GraphSectionCoverage
impl StructuralPartialEq for GraphSectionCoverage
Auto Trait Implementations§
impl Freeze for GraphSectionCoverage
impl RefUnwindSafe for GraphSectionCoverage
impl Send for GraphSectionCoverage
impl Sync for GraphSectionCoverage
impl Unpin for GraphSectionCoverage
impl UnsafeUnpin for GraphSectionCoverage
impl UnwindSafe for GraphSectionCoverage
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