pub struct ModuleFreshnessRow {
pub module: String,
pub avg_days: f64,
pub p90_days: f64,
pub stale_pct: f64,
}Fields§
§module: String§avg_days: f64§p90_days: f64§stale_pct: f64Trait Implementations§
Source§impl Clone for ModuleFreshnessRow
impl Clone for ModuleFreshnessRow
Source§fn clone(&self) -> ModuleFreshnessRow
fn clone(&self) -> ModuleFreshnessRow
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 ModuleFreshnessRow
impl Debug for ModuleFreshnessRow
Source§impl<'de> Deserialize<'de> for ModuleFreshnessRow
impl<'de> Deserialize<'de> for ModuleFreshnessRow
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 ModuleFreshnessRow
impl RefUnwindSafe for ModuleFreshnessRow
impl Send for ModuleFreshnessRow
impl Sync for ModuleFreshnessRow
impl Unpin for ModuleFreshnessRow
impl UnwindSafe for ModuleFreshnessRow
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