pub struct VcsAggregate {
pub bus_factor: BusFactor,
}Available on crate feature
vcs-git only.Expand description
The vcs_aggregate block: whole-walk aggregates surfaced alongside the
per-file vcs data. A wrapper so future aggregates can join the
bus factor without another top-level field.
Fields§
§bus_factor: BusFactorDirectory- and repo-level bus factor (issue #332).
Trait Implementations§
Source§impl Clone for VcsAggregate
impl Clone for VcsAggregate
Source§fn clone(&self) -> VcsAggregate
fn clone(&self) -> VcsAggregate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 VcsAggregate
impl Debug for VcsAggregate
Source§impl PartialEq for VcsAggregate
impl PartialEq for VcsAggregate
Source§impl Serialize for VcsAggregate
impl Serialize for VcsAggregate
impl StructuralPartialEq for VcsAggregate
Auto Trait Implementations§
impl Freeze for VcsAggregate
impl RefUnwindSafe for VcsAggregate
impl Send for VcsAggregate
impl Sync for VcsAggregate
impl Unpin for VcsAggregate
impl UnsafeUnpin for VcsAggregate
impl UnwindSafe for VcsAggregate
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