pub struct DirectoryBusFactor {
pub directory: String,
pub group: GroupBusFactor,
}Available on crate feature
vcs-git only.Expand description
Bus factor for one directory grouping.
Fields§
§directory: StringRepository-relative directory (forward-slash separated).
group: GroupBusFactorThe directory’s bus factor over every file recursively beneath it.
Trait Implementations§
Source§impl Clone for DirectoryBusFactor
impl Clone for DirectoryBusFactor
Source§fn clone(&self) -> DirectoryBusFactor
fn clone(&self) -> DirectoryBusFactor
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 DirectoryBusFactor
impl Debug for DirectoryBusFactor
impl Eq for DirectoryBusFactor
Source§impl PartialEq for DirectoryBusFactor
impl PartialEq for DirectoryBusFactor
Source§impl Serialize for DirectoryBusFactor
impl Serialize for DirectoryBusFactor
impl StructuralPartialEq for DirectoryBusFactor
Auto Trait Implementations§
impl Freeze for DirectoryBusFactor
impl RefUnwindSafe for DirectoryBusFactor
impl Send for DirectoryBusFactor
impl Sync for DirectoryBusFactor
impl Unpin for DirectoryBusFactor
impl UnsafeUnpin for DirectoryBusFactor
impl UnwindSafe for DirectoryBusFactor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.