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