pub struct TrendReport {
pub from: SnapshotMeta,
pub to: SnapshotMeta,
pub delta: TrendDelta,
pub by_language: Vec<LanguageTrend>,
}Fields§
§from: SnapshotMeta§to: SnapshotMeta§delta: TrendDelta§by_language: Vec<LanguageTrend>Trait Implementations§
Source§impl Clone for TrendReport
impl Clone for TrendReport
Source§fn clone(&self) -> TrendReport
fn clone(&self) -> TrendReport
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 TrendReport
impl Debug for TrendReport
Auto Trait Implementations§
impl Freeze for TrendReport
impl RefUnwindSafe for TrendReport
impl Send for TrendReport
impl Sync for TrendReport
impl Unpin for TrendReport
impl UnsafeUnpin for TrendReport
impl UnwindSafe for TrendReport
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