pub struct ForecastSummary {
pub generated_at: String,
pub count: usize,
pub avg_eta_minutes: i64,
}Fields§
§generated_at: String§count: usize§avg_eta_minutes: i64Trait Implementations§
Source§impl Clone for ForecastSummary
impl Clone for ForecastSummary
Source§fn clone(&self) -> ForecastSummary
fn clone(&self) -> ForecastSummary
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 ForecastSummary
impl Debug for ForecastSummary
Auto Trait Implementations§
impl Freeze for ForecastSummary
impl RefUnwindSafe for ForecastSummary
impl Send for ForecastSummary
impl Sync for ForecastSummary
impl Unpin for ForecastSummary
impl UnsafeUnpin for ForecastSummary
impl UnwindSafe for ForecastSummary
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