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