pub struct HotspotReport {
pub files: Vec<FileHotspot>,
pub since: String,
pub total_commits: usize,
}Fields§
§files: Vec<FileHotspot>§since: String§total_commits: usizeTrait Implementations§
Source§impl Clone for HotspotReport
impl Clone for HotspotReport
Source§fn clone(&self) -> HotspotReport
fn clone(&self) -> HotspotReport
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 HotspotReport
impl Debug for HotspotReport
Auto Trait Implementations§
impl Freeze for HotspotReport
impl RefUnwindSafe for HotspotReport
impl Send for HotspotReport
impl Sync for HotspotReport
impl Unpin for HotspotReport
impl UnsafeUnpin for HotspotReport
impl UnwindSafe for HotspotReport
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