pub struct VcsReportFile {
pub path: String,
pub vcs: Vcs,
}Available on crate feature
vcs-git only.Expand description
Fields§
§path: StringRepository-relative path.
vcs: VcsThe file’s change-history metrics.
Trait Implementations§
Source§impl Clone for VcsReportFile
impl Clone for VcsReportFile
Source§fn clone(&self) -> VcsReportFile
fn clone(&self) -> VcsReportFile
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 VcsReportFile
impl Debug for VcsReportFile
Source§impl PartialEq for VcsReportFile
impl PartialEq for VcsReportFile
Source§impl Serialize for VcsReportFile
impl Serialize for VcsReportFile
impl StructuralPartialEq for VcsReportFile
Auto Trait Implementations§
impl Freeze for VcsReportFile
impl RefUnwindSafe for VcsReportFile
impl Send for VcsReportFile
impl Sync for VcsReportFile
impl Unpin for VcsReportFile
impl UnsafeUnpin for VcsReportFile
impl UnwindSafe for VcsReportFile
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