pub struct BranchesSummary {
pub generic: GenericSummary,
pub notcovered: usize,
}Fields§
§generic: GenericSummary§notcovered: usizeTrait Implementations§
Source§impl Clone for BranchesSummary
impl Clone for BranchesSummary
Source§fn clone(&self) -> BranchesSummary
fn clone(&self) -> BranchesSummary
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 BranchesSummary
impl Debug for BranchesSummary
Source§impl<'de> Deserialize<'de> for BranchesSummary
impl<'de> Deserialize<'de> for BranchesSummary
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 BranchesSummary
impl Serialize for BranchesSummary
impl Copy for BranchesSummary
Auto Trait Implementations§
impl Freeze for BranchesSummary
impl RefUnwindSafe for BranchesSummary
impl Send for BranchesSummary
impl Sync for BranchesSummary
impl Unpin for BranchesSummary
impl UnwindSafe for BranchesSummary
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