pub struct OverallSummary { /* private fields */ }Implementations§
Source§impl OverallSummary
impl OverallSummary
pub fn run_stats(&self) -> &Stats
pub fn ride_stats(&self) -> &Stats
pub fn swim_stats(&self) -> &Stats
pub fn walk_stats(&self) -> &Stats
Source§impl OverallSummary
impl OverallSummary
pub fn set_run_stats(&mut self, val: Stats) -> &mut Self
pub fn set_ride_stats(&mut self, val: Stats) -> &mut Self
pub fn set_swim_stats(&mut self, val: Stats) -> &mut Self
pub fn set_walk_stats(&mut self, val: Stats) -> &mut Self
Source§impl OverallSummary
impl OverallSummary
pub fn new() -> OverallSummary
Trait Implementations§
Source§impl Debug for OverallSummary
impl Debug for OverallSummary
Source§impl<'de> Deserialize<'de> for OverallSummary
impl<'de> Deserialize<'de> for OverallSummary
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 OverallSummary
impl RefUnwindSafe for OverallSummary
impl Send for OverallSummary
impl Sync for OverallSummary
impl Unpin for OverallSummary
impl UnsafeUnpin for OverallSummary
impl UnwindSafe for OverallSummary
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