pub struct PathWalkCounts {
pub commits: u64,
pub trees: u64,
pub blobs: u64,
pub tags: u64,
}Fields§
§commits: u64§trees: u64§blobs: u64Trait Implementations§
Source§impl Clone for PathWalkCounts
impl Clone for PathWalkCounts
Source§fn clone(&self) -> PathWalkCounts
fn clone(&self) -> PathWalkCounts
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 PathWalkCounts
impl Debug for PathWalkCounts
Source§impl Default for PathWalkCounts
impl Default for PathWalkCounts
Source§fn default() -> PathWalkCounts
fn default() -> PathWalkCounts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PathWalkCounts
impl RefUnwindSafe for PathWalkCounts
impl Send for PathWalkCounts
impl Sync for PathWalkCounts
impl Unpin for PathWalkCounts
impl UnsafeUnpin for PathWalkCounts
impl UnwindSafe for PathWalkCounts
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