pub struct Fsck<'a> {
pub config_path: &'a Path,
pub connectivity_only: bool,
pub no_dangling: bool,
}
Expand description
Git Fsck Validity Checking
Fields§
§config_path: &'a Path
Path to Lorry’s git config
connectivity_only: bool
Enable the –connectivity-only flag for git-fsck
no_dangling: bool
Enable the –no-danglging flag for git-fsck
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Fsck<'a>
impl<'a> RefUnwindSafe for Fsck<'a>
impl<'a> Send for Fsck<'a>
impl<'a> Sync for Fsck<'a>
impl<'a> Unpin for Fsck<'a>
impl<'a> UnwindSafe for Fsck<'a>
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