pub struct RatioReport {
pub total: RatioRow,
pub by_lang: Vec<RatioRow>,
pub by_module: Vec<RatioRow>,
}Fields§
§total: RatioRow§by_lang: Vec<RatioRow>§by_module: Vec<RatioRow>Trait Implementations§
Source§impl Clone for RatioReport
impl Clone for RatioReport
Source§fn clone(&self) -> RatioReport
fn clone(&self) -> RatioReport
Returns a duplicate 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 RatioReport
impl Debug for RatioReport
Source§impl<'de> Deserialize<'de> for RatioReport
impl<'de> Deserialize<'de> for RatioReport
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
Auto Trait Implementations§
impl Freeze for RatioReport
impl RefUnwindSafe for RatioReport
impl Send for RatioReport
impl Sync for RatioReport
impl Unpin for RatioReport
impl UnwindSafe for RatioReport
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