pub struct CorrelationsTotals {
pub date: String,
pub release: u64,
pub beta: u64,
pub nightly: u64,
pub esr: u64,
}Fields§
§date: String§release: u64§beta: u64§nightly: u64§esr: u64Implementations§
Source§impl CorrelationsTotals
impl CorrelationsTotals
pub fn total_for_channel(&self, channel: &str) -> Option<u64>
Trait Implementations§
Source§impl Debug for CorrelationsTotals
impl Debug for CorrelationsTotals
Source§impl<'de> Deserialize<'de> for CorrelationsTotals
impl<'de> Deserialize<'de> for CorrelationsTotals
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 CorrelationsTotals
impl RefUnwindSafe for CorrelationsTotals
impl Send for CorrelationsTotals
impl Sync for CorrelationsTotals
impl Unpin for CorrelationsTotals
impl UnsafeUnpin for CorrelationsTotals
impl UnwindSafe for CorrelationsTotals
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