pub struct BinarySummary {
pub lines: GenericSummary,
pub functions: GenericSummary,
pub instantiations: GenericSummary,
pub regions: RegionsSummary,
pub branches: BranchesSummary,
}Fields§
§lines: GenericSummary§functions: GenericSummary§instantiations: GenericSummary§regions: RegionsSummary§branches: BranchesSummaryTrait Implementations§
Source§impl Clone for BinarySummary
impl Clone for BinarySummary
Source§fn clone(&self) -> BinarySummary
fn clone(&self) -> BinarySummary
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 BinarySummary
impl Debug for BinarySummary
Source§impl<'de> Deserialize<'de> for BinarySummary
impl<'de> Deserialize<'de> for BinarySummary
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 Serialize for BinarySummary
impl Serialize for BinarySummary
impl Copy for BinarySummary
Auto Trait Implementations§
impl Freeze for BinarySummary
impl RefUnwindSafe for BinarySummary
impl Send for BinarySummary
impl Sync for BinarySummary
impl Unpin for BinarySummary
impl UnwindSafe for BinarySummary
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